Ticket #4567: 4567_2.patch

File 4567_2.patch, 530 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    459459                                                {
    460460                                                        editor.on( 'key', function( event )
    461461                                                        {
     462                                                                if( editor.mode != 'wysiwyg' )
     463                                                                        return;
     464
    462465                                                                // Backspace.
    463466                                                                var control = event.data.keyCode == 8
    464467                                                                                          && editor.getSelection().getSelectedElement();
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy