Преглед на файлове

Docs: Minor improvements.

Oskar Wróbel преди 7 години
родител
ревизия
a4aacb3bef
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      packages/ckeditor5-engine/src/controller/editingcontroller.js

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