Fix for U4-6395, U4-6117
This commit is contained in:
@@ -193,6 +193,7 @@ tinymce.PluginManager.add('umbracolink', function(editor) {
|
||||
});
|
||||
|
||||
selection.select(anchorElm);
|
||||
editor.execCommand('mceEndTyping');
|
||||
} else {
|
||||
editor.execCommand('mceInsertLink', false, {
|
||||
href: href,
|
||||
|
||||
Reference in New Issue
Block a user