FIX: Topic progress bar shouldn't show up on desktop (#8854)
This commit is contained in:
parent
f0fe2ba9ac
commit
7133fd8c89
|
@ -61,7 +61,7 @@ export default Component.extend(PanEvents, {
|
||||||
},
|
},
|
||||||
|
|
||||||
_checkSize() {
|
_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
|
// we need to store this so topic progress has something to init with
|
||||||
|
|
Loading…
Reference in New Issue