roojs-ui.js
authorAlan <alan@roojs.com>
Fri, 17 Dec 2021 03:04:31 +0000 (11:04 +0800)
committerAlan <alan@roojs.com>
Fri, 17 Dec 2021 03:04:31 +0000 (11:04 +0800)
roojs-ui-debug.js
roojs-all.js
roojs-debug.js

roojs-debug.js
roojs-ui-debug.js

index abb64f7..f9cf9b1 100644 (file)
@@ -50214,11 +50214,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarContext.prototype,  {
         
          // pick
         var range = this.editorcore.createRange();
-        
         range.selectNodeContents(sel);
-        //range.selectNode(sel);
-        
-        
         var selection = this.editorcore.getSelection();
         selection.removeAllRanges();
         selection.addRange(range);
index 237130c..d5c7636 100644 (file)
@@ -25943,11 +25943,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarContext.prototype,  {
         
          // pick
         var range = this.editorcore.createRange();
-        
         range.selectNodeContents(sel);
-        //range.selectNode(sel);
-        
-        
         var selection = this.editorcore.getSelection();
         selection.removeAllRanges();
         selection.addRange(range);