Fix deletion of open file on initial sync

This commit is contained in:
Zef Hemel
2023-07-28 18:06:49 +02:00
parent a758446ecd
commit fb67cba6ac
4 changed files with 40 additions and 17 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export type AppEvent =
| "minieditor:complete"
| "page:load"
| "editor:init"
| "editor:pageLoaded"
| "editor:pageLoaded" // args: pageName, previousPage, isSynced
| "editor:pageReloaded"
| "editor:pageSaved"
| "editor:modeswitch"