@kaitify/vue 0.0.4-beta.23 → 0.0.4-beta.24
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-vue.es.js +0 -1
- package/package.json +2 -2
package/lib/kaitify-vue.es.js
CHANGED
|
@@ -2731,7 +2731,6 @@ const handlerForPasteDrop = async function(dataTransfer) {
|
|
|
2731
2731
|
const html = dataTransfer.getData("text/html");
|
|
2732
2732
|
const text2 = dataTransfer.getData("text/plain");
|
|
2733
2733
|
const files = dataTransfer.files;
|
|
2734
|
-
debugger;
|
|
2735
2734
|
if (files.length && this.priorityPasteFiles) {
|
|
2736
2735
|
await handlerForPasteFiles.apply(this, [files]);
|
|
2737
2736
|
} else if (html && this.allowPasteHtml && !this.selection.start.node.isInCodeBlockStyle()) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaitify/vue",
|
|
3
|
-
"version": "0.0.4-beta.
|
|
3
|
+
"version": "0.0.4-beta.24",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "so-better",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@iconify/vue": "^4.3.0",
|
|
20
|
-
"@kaitify/core": "0.0.2-beta.
|
|
20
|
+
"@kaitify/core": "0.0.2-beta.16",
|
|
21
21
|
"@popperjs/core": "^2.11.8",
|
|
22
22
|
"dap-util": "^1.6.0",
|
|
23
23
|
"vue": "^3.5.21"
|