fix: cannot read property 0 of undefined
This commit is contained in:
parent
bb9f73b8f6
commit
5b2a79ed2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue