smart-editor-v3 1.14.11 → 1.14.12

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.
@@ -36100,7 +36100,7 @@ const GR = nt.create({
36100
36100
  handleDOMEvents: {
36101
36101
  drop: (e, n) => {
36102
36102
  var o;
36103
- return (((o = n == null ? void 0 : n.dataTransfer) == null ? void 0 : o.types) || []).includes("application/x-prosemirror-node") || (t = !0, setTimeout(() => {
36103
+ return (((o = n == null ? void 0 : n.dataTransfer) == null ? void 0 : o.types) || []).includes("text/html") || (t = !0, setTimeout(() => {
36104
36104
  t = !1;
36105
36105
  }, 0)), !1;
36106
36106
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "smart-editor-v3",
3
3
  "type": "module",
4
- "version": "1.14.11",
4
+ "version": "1.14.12",
5
5
  "exports": {
6
6
  ".": {
7
7
  "import": "./dist/smart-editor-package.js"