8
0
Kamil Piechaczek 8 лет назад
Родитель
Сommit
e06fc819a3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-engine/src/model/schema.js

+ 1 - 1
packages/ckeditor5-engine/src/model/schema.js

@@ -592,7 +592,7 @@ export default class Schema {
 				// because the root element is on the top of the tree and it's the common ancestor for all selection's ranges.
 				if ( element.is( 'rootElement' ) ) {
 					return element;
-				} else if  ( rangeCommonAncestor.is( 'rootElement' ) ) {
+				} else if ( rangeCommonAncestor.is( 'rootElement' ) ) {
 					return rangeCommonAncestor;
 				}