Browse Source

Remove redundant invocation of resizeObserver.destroy()

panr 5 years ago
parent
commit
55031d0269
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/ckeditor5-ui/src/toolbar/toolbarview.js

+ 0 - 1
packages/ckeditor5-ui/src/toolbar/toolbarview.js

@@ -256,7 +256,6 @@ export default class ToolbarView extends View {
 	 */
 	destroy() {
 		this._behavior.destroy();
-		this.resizeObserver.destroy();
 
 		return super.destroy();
 	}