@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.
@@ -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()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaitify/core",
3
- "version": "0.0.2-beta.15",
3
+ "version": "0.0.2-beta.16",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "author": "so-better",