8
0
فهرست منبع

Fixed eslint errors.

Kamil Piechaczek 8 سال پیش
والد
کامیت
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;
 				}