Roo/form/HtmlEditor/ToolbarContext.js
authorAlan Knowles <alan@roojs.com>
Tue, 29 Apr 2014 11:30:14 +0000 (19:30 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 29 Apr 2014 11:30:14 +0000 (19:30 +0800)
Roo/form/HtmlEditor/ToolbarContext.js

index ae02870..33ef412 100644 (file)
@@ -341,7 +341,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarContext.prototype,  {
         //Roo.log(ev);
         // capture mouse up - this is handy for selecting images..
         // perhaps should go somewhere else...
-        if(!this.editor.activated){
+        if(!this.editorcore.activated){
              this.editor.onFirstFocus();
             return;
         }