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

This reverts commit 7133fd8c89.

Unfortunately performCheckSize may have certain situations in topic
navigation where it is unsafe to call.

We need to add som more safety here prior to merging.
This commit is contained in:
Sam Saffron 2020-02-05 15:22:44 +11:00
parent 7133fd8c89
commit 78725f5081
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, true);
debounce(this, this._performCheckSize, 300);
},
// we need to store this so topic progress has something to init with