Fix sync mode offline crash
This commit is contained in:
@@ -26,7 +26,10 @@ export class Space {
|
||||
this.watchedPages.delete(pageName);
|
||||
}
|
||||
});
|
||||
setTimeout(() => {
|
||||
// Next tick, to ensure that the space is initialized
|
||||
this.updatePageList().catch(console.error);
|
||||
});
|
||||
}
|
||||
|
||||
public async updatePageList() {
|
||||
|
||||
Reference in New Issue
Block a user