diff --git a/src/vue-froala.js b/src/vue-froala.js index b5ca8d0..9920b3f 100644 --- a/src/vue-froala.js +++ b/src/vue-froala.js @@ -165,9 +165,9 @@ export default (Vue, Options = {}) => { }, destroyEditor: function() { + this.initEvents = []; if (this._editor) { - this._editor.destroy(); this.editorInitialized = false; this._editor = null;