Szymon Kupś 7 lat temu
rodzic
commit
00c9b70039

+ 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 );
 		} );