]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/ui/index.ts
Lexical: Started adding editor shortcuts
[bookstack] / resources / js / wysiwyg / ui / index.ts
index 5fbaec91b55ad20182cc73dc13e7a821daa3a2bc..116d6e1fc820eb170ca216817a7153689dc936d3 100644 (file)
@@ -21,7 +21,6 @@ export function buildEditorUI(container: HTMLElement, element: HTMLElement, scro
         scrollDOM: scrollContainer,
         manager,
         translate: (text: string): string => text,
-        lastSelection: null,
         options,
     };
     manager.setContext(context);