mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
Don't allow inserting empty equations
Keep the model free of invisible empty equation tags
This commit is contained in:
committed by
Tony Narlock
parent
2ad6076d6c
commit
ba34f1f3c1
@@ -17,5 +17,6 @@ ClassicEditor.create(document.querySelector("#editor"), {
|
||||
CKEditorInspector.attach(editor)
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error(error);
|
||||
console.error(error.stack);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user