Updated TinyMCE and fixed TinyMCE/Codemirror cursor jumping

For #1162
This commit is contained in:
Dan Brown
2019-01-12 19:23:18 +00:00
parent 9700b7ccea
commit a3ccde8698
23 changed files with 25 additions and 19 deletions

View File

@ -53,4 +53,9 @@
// Fix to prevent 'No color' option from not being clickable.
.mce-colorbtn-trans {
overflow: hidden;
}
// Fix to prevent CodeMirror focus events throwing TinyMCE cursor position.
.mce-content-body .CodeMirrorContainer > .CodeMirror {
pointer-events: none;
}