Added removal of isMedia whenever a contentnode is selected
This commit is contained in:
@@ -181,7 +181,6 @@ tinymce.PluginManager.add('umbracolink', function(editor) {
|
||||
currentTarget: currentTarget,
|
||||
callback: function (data) {
|
||||
if (data) {
|
||||
console.log(data);
|
||||
var href = data.url;
|
||||
|
||||
function insertLink() {
|
||||
|
||||
Reference in New Issue
Block a user