@kaitify/core 0.0.2-beta.7 → 0.0.2-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/kaitify-core.es.js
CHANGED
|
@@ -38340,7 +38340,6 @@ class Editor {
|
|
|
38340
38340
|
this.$el.removeAttribute("kaitify-placeholder");
|
|
38341
38341
|
this.setDark(false);
|
|
38342
38342
|
this.setEditable(false);
|
|
38343
|
-
this.$el.innerHTML = "";
|
|
38344
38343
|
event.off(this.$el, "beforeinput.kaitify compositionstart.kaitify compositionupdate.kaitify compositionend.kaitify keydown.kaitify keyup.kaitify copy.kaitify focus.kaitify blur.kaitify");
|
|
38345
38344
|
}
|
|
38346
38345
|
this.selection = new Selection();
|