vault backup: 2026-03-02 09:41:52

This commit is contained in:
2026-03-02 09:41:52 -05:00
parent 944192ae4c
commit 0b1e03a803
23 changed files with 1651 additions and 16178 deletions
+1 -2
View File
@@ -562,8 +562,7 @@ var SpellcheckTogglerPlugin = class extends import_obsidian2.Plugin {
const editor = (_a2 = this.app.workspace.activeEditor) == null ? void 0 : _a2.editor;
if (!editor)
return;
editor.replaceRange(" ", editor.getCursor());
editor.undo();
editor.refresh();
})();
}
async onload() {