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
+1 -1
View File
@@ -26,7 +26,7 @@
}
.ck-math-tex.ck-placeholder::before {
display: none !important;
display: none !important;
}
.ck.ck-toolbar-container {