diff options
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/bundle.js b/public/bundle.js index 5ca8eef..2691c5e 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -3358,7 +3358,6 @@ var System = function (_Component) { _createClass(System, [{ key: 'componentDidUpdate', value: function componentDidUpdate() { - console.log(this._screen.scrollHeight, this._screen.scrollTop, this._screen.offsetHeight); if (this._screen.scrollHeight > this._screen.scrollTop - this._screen.offsetHeight + 100) { this._screen.scrollTop = this._screen.scrollHeight; } |
