fix: cannot read property 0 of undefined

This commit is contained in:
Sagar Vora 2021-07-05 16:15:12 +05:30
parent bb9f73b8f6
commit 5b2a79ed2e

View file

@ -252,7 +252,7 @@ class DesktopPage {
return;
}
this.refresh();
}).finally(this.page.find('.workspace_loading_skeleton').remove);
}).finally(() => this.page.find('.workspace_loading_skeleton').remove());
}
refresh() {