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("
|
|
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
|
}
|