Ticket #8550: patch_8550.patch
File patch_8550.patch, 607 bytes (added by , 12 years ago) |
---|
-
plugin.js
418 418 419 419 // If the fixed block is actually blank and is already followed by an exitable blank 420 420 // block, we should revert the fix and move into the existed one. (#3684) 421 if ( isBlankParagraph( fixedBlock ) ) 421 if ( isBlankParagraph( fixedBlock ) 422 && fixedBlock.$!==editor.document.getBody().$.lastChild 423 ) 422 424 { 423 425 var element = fixedBlock.getNext( isNotWhitespace ); 424 426 if ( element &&