More instant page navigator
This commit is contained in:
@@ -137,7 +137,7 @@ export class ServerSystem {
|
||||
);
|
||||
|
||||
this.listInterval = setInterval(() => {
|
||||
space.updatePageListCache().catch(console.error);
|
||||
space.updatePageList().catch(console.error);
|
||||
}, fileListInterval);
|
||||
|
||||
eventHook.addLocalListener("file:changed", (path, localChange) => {
|
||||
|
||||
Reference in New Issue
Block a user