Don't allow inserting empty equations

Keep the model free of invisible empty equation tags
This commit is contained in:
Jules Bertholet
2021-05-09 22:43:53 -04:00
committed by Tony Narlock
parent 2ad6076d6c
commit ba34f1f3c1
3 changed files with 21 additions and 14 deletions

View File

@@ -17,5 +17,6 @@ ClassicEditor.create(document.querySelector("#editor"), {
CKEditorInspector.attach(editor)
})
.catch((error) => {
console.error(error);
console.error(error.stack);
});