roojs-ui.js
authorAlan <alan@roojs.com>
Thu, 6 Jan 2022 07:04:16 +0000 (15:04 +0800)
committerAlan <alan@roojs.com>
Thu, 6 Jan 2022 07:04:16 +0000 (15:04 +0800)
roojs-ui-debug.js
roojs-bootstrap.js
roojs-bootstrap-debug.js
roojs-all.js
roojs-debug.js
Roo/HtmlEditorCore.js

Roo/HtmlEditorCore.js

index 3813540..2a6dd87 100644 (file)
@@ -510,7 +510,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
         dbody.bgProperties = 'fixed'; // ie
         //Roo.DomHelper.applyStyles(dbody, ss);
         Roo.EventManager.on(this.doc, {
-            'mousedown': this.onMouseDown,
+             
             'mouseup': this.onEditorEvent,
             'dblclick': this.onEditorEvent,
             'click': this.onEditorEvent,
@@ -544,10 +544,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
     // this is to prevent a href clicks resulting in a redirect?
     onMouseDown : function(e)
     {
-        if (e.target.closest('a')) {
-            e.preventDefault();
-            return true;
-        }
+      
         
         
     },