Ticket #5374: 5374.patch
File 5374.patch, 529 bytes (added by , 15 years ago) |
---|
-
_source/plugins/styles/plugin.js
569 569 // Remove the temporary marking node.(#4111) 570 570 marker && marker.remove(); 571 571 range.moveToBookmark( bookmark ); 572 // Minimize the result range to exclude empty text nodes. (#5374) 573 range.shrink( CKEDITOR.SHRINK_TEXT ); 572 574 } 573 575 574 576 function removeInlineStyle( range )