Commit e022f1a
authored
Fixed tinymce5 changing image issue
In TinyMCE 5, when tring to select new image to replace exist one the function usingTinymce4AndColorbox() returns TRUE (False Positive).
The bug is preventing from changing the existing image.
I fixed it with extra check to insure usingTinymce4AndColorbox() is returning FALSE when TinyMCE 5 is active.1 parent 9e90227 commit e022f1a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
763 | | - | |
| 763 | + | |
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
| |||
0 commit comments