#199 link editor
This commit is contained in:
parent
42ca001365
commit
2dc285388c
|
@ -554,6 +554,7 @@ _initParser:function(){this.observe("paste:composer",function(){var a=this;a.com
|
|||
var newWindow = targetInput.prop("checked");
|
||||
self.editor.composer.commands.exec("createLink", {
|
||||
'href' : url,
|
||||
'rel' : 'external',
|
||||
'target' :'_blank'
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue