Browse Source

Comment update.

Kuba Niegowski 5 years ago
parent
commit
4ce768742c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-page-break/src/pagebreakediting.js

+ 1 - 1
packages/ckeditor5-page-break/src/pagebreakediting.js

@@ -94,7 +94,7 @@ export default class PageBreakEditing extends Plugin {
 						return;
 					}
 
-					// The "page break" div accepts only single child.
+					// The "page break" div accepts only single child or no child at all.
 					if ( element.childCount == 1 ) {
 						const viewSpan = element.getChild( 0 );