EDITOR: changed editor tabs to have their own editor mode (#1372)

This commit is contained in:
G4mingJon4s
2024-06-13 04:19:40 +02:00
committed by GitHub
parent 805ca06922
commit bec6e82d7f
11 changed files with 34 additions and 18 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ export type PageWithContext =
| { page: SimplePage };
export interface ScriptEditorRouteOptions {
vim?: boolean;
vim: boolean;
hostname?: string;
}