mirror of
https://github.com/flarum/core.git
synced 2025-07-18 15:21:16 +02:00
Use m.deferred instead of native Promise
This commit is contained in:
committed by
GitHub
parent
6990b16de1
commit
02ff3416a7
@@ -122,7 +122,8 @@ class PostStream extends Component {
|
||||
* @public
|
||||
*/
|
||||
update() {
|
||||
if (!this.viewingEnd) return Promise.resolve();
|
||||
if (!this.viewingEnd) return m.deferred().resolve().promise;
|
||||
|
||||
|
||||
this.visibleEnd = this.count();
|
||||
|
||||
|
Reference in New Issue
Block a user