@@ -104,6 +104,7 @@ export default class ClassicEditor extends Editor {
this._elementReplacer.restore();
this.ui.destroy();
+ this.ui = null;
return super.destroy();
}