Ver Fonte

Remove redundant collection.clear() calls.

Maciej Gołaszewski há 7 anos atrás
pai
commit
950bf6c05d
1 ficheiros alterados com 0 adições e 1 exclusões
  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();
 	}
 
 	/**