Refactoring of offline handling

This commit is contained in:
Zef Hemel
2023-07-27 11:41:44 +02:00
parent 7b8d8af2c1
commit 4d0f36d475
13 changed files with 251 additions and 206 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export function cleanCommandLinkPlugin(editor: Client) {
(e) => {
if (e.altKey) {
// Move cursor into the link
return editor.editorView!.dispatch({
return editor.editorView.dispatch({
selection: { anchor: from + 2 },
});
}