8
0
Szymon Kupś 7 лет назад
Родитель
Сommit
00c9b70039
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-engine/src/model/documentselection.js

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

@@ -531,7 +531,7 @@ class LiveSelection extends Selection {
 			// Update selection's attributes.
 			this._updateAttributes( false );
 
-			// Clear selection attributes from element if no longer empty,
+			// Clear selection attributes from element if no longer empty.
 			clearAttributesStoredInElement( this._model, batch );
 		} );