8
0
Эх сурвалжийг харах

Remove redundant collection.clear() calls.

Maciej Gołaszewski 7 жил өмнө
parent
commit
950bf6c05d

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

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