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
@@ -170,7 +170,7 @@ export function admonitionPlugin(editor: Client) {
widget: new AdmonitionIconWidget(
iconRange.from + 1,
admonitionType,
editor.editorView!,
editor.editorView,
),
inclusive: true,
}).range(iconRange.from, iconRange.to),