Ticket #3774: 3774.patch

File 3774.patch, 610 bytes (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/showblocks/plugin.js

     
    126126                                });
    127127
    128128                        // Refresh the command on setData.
     129                        editor.on( 'mode', function()
     130                                {
     131                                        if ( command.state != CKEDITOR.TRISTATE_DISABLED )
     132                                                command.refresh( editor );
     133                                });
     134
     135                        // Refresh the command on setData.
    129136                        editor.on( 'contentDom', function()
    130137                                {
    131138                                        if ( command.state != CKEDITOR.TRISTATE_DISABLED )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy