FIX: Topic progress bar shouldn't show up on desktop (#8854)

This commit is contained in:
Osama Sayegh 2020-02-05 07:19:20 +03:00 committed by GitHub
parent f0fe2ba9ac
commit 7133fd8c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export default Component.extend(PanEvents, {
},
_checkSize() {
debounce(this, this._performCheckSize, 300);
debounce(this, this._performCheckSize, 300, true);
},
// we need to store this so topic progress has something to init with