Skip to content
Snippets Groups Projects
Commit 23102304 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Merge branch 'f-fix-wysiwyg' into 'dev'

FIX: Replace text areas if edit mode is already open

See merge request !61
parents a20fdf4a cd621730
No related branches found
No related tags found
2 merge requests!68DOC: update CHANGELOG,!61FIX: Replace text areas if edit mode is already open
Pipeline #18091 failed
......@@ -82,6 +82,11 @@ var ext_editmode_wysiwyg_text = function ($, logger, ClassicEditor, edit_mode, g
}
var init = function () {
if (edit_mode.app && edit_mode.app.entity) {
// replace text areas if we're already in the edit mode and all
// events did fire already.
replaceTextAreas(edit_mode.app.entity);
}
// Insert an editor into all TEXT properties of the entity which is
// being edited.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment