@kaitify/core 0.0.2-beta.15 → 0.0.2-beta.16
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 +0 -1
- package/package.json +1 -1
package/lib/kaitify-core.es.js
CHANGED
|
@@ -2787,7 +2787,6 @@ const handlerForPasteDrop = async function(dataTransfer) {
|
|
|
2787
2787
|
const html = dataTransfer.getData("text/html");
|
|
2788
2788
|
const text2 = dataTransfer.getData("text/plain");
|
|
2789
2789
|
const files = dataTransfer.files;
|
|
2790
|
-
debugger;
|
|
2791
2790
|
if (files.length && this.priorityPasteFiles) {
|
|
2792
2791
|
await handlerForPasteFiles.apply(this, [files]);
|
|
2793
2792
|
} else if (html && this.allowPasteHtml && !this.selection.start.node.isInCodeBlockStyle()) {
|