Merge branch 'staging' into cba

This commit is contained in:
yflory
2020-04-17 15:17:24 +02:00
33 changed files with 702 additions and 807 deletions

View File

@@ -281,6 +281,7 @@ define([
if (MEDIA_TAG_MODES.indexOf(mode) !== -1) {
// Embedding is endabled
framework.setMediaTagEmbedder(function (mt) {
editor.focus();
editor.replaceSelection($(mt)[0].outerHTML);
});
} else {