diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-27 04:07:19 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-27 04:07:19 +0200 |
| commit | f82ca77348bb8e025240bab1003ae697e27617e2 (patch) | |
| tree | cd1ee70735a1a01de6454db188abe263f4905b60 /public/bundle.js | |
| parent | 10eab813d70a203e5b81583eac165e33a1bf6f6d (diff) | |
responding to pings
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; } |
