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 /app | |
| parent | 10eab813d70a203e5b81583eac165e33a1bf6f6d (diff) | |
responding to pings
Diffstat (limited to 'app')
| -rw-r--r-- | app/client/system/system.component.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/client/system/system.component.js b/app/client/system/system.component.js index 680d1c0..8c8767f 100644 --- a/app/client/system/system.component.js +++ b/app/client/system/system.component.js @@ -35,7 +35,6 @@ class System extends Component { super() } 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 } |
