Avoid builtin page attributes to be overridden

This commit is contained in:
Zef Hemel
2023-12-22 11:27:07 +01:00
parent 8577fb95db
commit 82391682f6
11 changed files with 38 additions and 48 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ export class ServerSystem {
);
this.listInterval = setInterval(() => {
space.updatePageList().catch(console.error);
space.updatePageListCache().catch(console.error);
}, fileListInterval);
eventHook.addLocalListener("file:changed", (path, localChange) => {