8
0
Maciej Gołaszewski 6 жил өмнө
parent
commit
4e933ccd34

+ 0 - 1
packages/ckeditor5-engine/src/view/filler.js

@@ -178,7 +178,6 @@ function jumpOverInlineFiller( evt, data ) {
 function hasInlineSiblingOrParent( domNode ) {
 	const hasParent = !!domNode.parentNode;
 
-
 	if ( !hasParent ) {
 		return false;
 	}