Ticket #6060: 6060.patch

File 6060.patch, 451 bytes (added by Frederico Caldeira Knabben, 14 years ago)
  • _source/plugins/selection/plugin.js

     
    174174                                                {
    175175                                                        editor.on( 'blur', function( evt )
    176176                                                        {
    177                                                                 editor.document.$.selection.empty();
     177                                                                editor.document && editor.document.$.selection.empty();
    178178                                                        });
    179179                                                }
    180180
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy