Explorar o código

Remove redundant collection.clear() calls.

Maciej Gołaszewski %!s(int64=7) %!d(string=hai) anos
pai
achega
950bf6c05d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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();
 	}
 
 	/**