Ticket #3032: 3032.patch

File 3032.patch, 749 bytes (added by Garry Yao, 15 years ago)
  • _source/plugins/editingblock/plugin.js

     
    9292                                });
    9393
    9494                        // For the first "mode" call, we'll also fire the "instanceReady"
    95                         // event.
     95                        // event, this listener should come at every end after all other listeners.
    9696                        editor.on( 'mode', function( event )
    9797                                {
    9898                                        // Do that once only.
     
    107107                                        // Fire instanceReady for both the editor and CKEDITOR.
    108108                                        editor.fireOnce( 'instanceReady' );
    109109                                        CKEDITOR.fire( 'instanceReady', null, editor );
    110                                 });
     110                                }, null, null, 100 );
    111111                }
    112112        });
    113113
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy