Sfoglia il codice sorgente

Remove redundant collection.clear() calls.

Maciej Gołaszewski 7 anni fa
parent
commit
950bf6c05d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      packages/ckeditor5-utils/src/focustracker.js

+ 0 - 1
packages/ckeditor5-utils/src/focustracker.js

@@ -101,7 +101,6 @@ export default class FocusTracker {
 	 */
 	destroy() {
 		this.stopListening();
-		this._elements.clear();
 	}
 
 	/**