Explorar o código

Docs: Minor improvements.

Oskar Wróbel %!s(int64=7) %!d(string=hai) anos
pai
achega
a4aacb3bef

+ 1 - 2
packages/ckeditor5-engine/src/controller/editingcontroller.js

@@ -131,8 +131,7 @@ export default class EditingController {
 			}
 		}, { priority: 'high' } );
 
-		// If an existing marker is updated through `model.Model#markers` directly (not through operation),
-		// just remove it (if it was not removed already).
+		// If an existing marker is updated through `model.Model#markers` directly (not through operation), just remove it.
 		this.listenTo( model.markers, 'update', ( evt, marker, oldRange ) => {
 			if ( oldRange && !marker.managedUsingOperations ) {
 				removedMarkers.add( marker.name );