Ticket #7934: 7934.patch

File 7934.patch, 450 bytes (added by Garry Yao, 13 years ago)
  • _source/plugins/editingblock/plugin.js

     
    206206         */
    207207        CKEDITOR.editor.prototype.focus = function()
    208208        {
     209                if ( this.focusManager.hasFocus )
     210                        return;
     211
    209212                this.forceNextSelectionCheck();
    210213                var mode = this.getMode();
    211214                if ( mode )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy