This commit is contained in:
Timothy Jaeryang Baek
2026-03-24 22:30:57 -05:00
parent 94f877ff32
commit 7b78c641fe

View File

@@ -437,7 +437,6 @@
if (!editor || !editor.view) return;
text = text.replaceAll('\n\n', '\n');
);
if (text === '') {
editor.commands.clearContent();
} else {