diff --git a/app/src/protyle/util/paste.ts b/app/src/protyle/util/paste.ts index a7126d2c3..4a5416a41 100644 --- a/app/src/protyle/util/paste.ts +++ b/app/src/protyle/util/paste.ts @@ -193,7 +193,8 @@ export const paste = async (protyle: IProtyle, event: (ClipboardEvent | DragEven isHTML = true; } else if (textHTML.replace("", "").trim() !== "") { textHTML = textHTML.replace("", "").replace("", "").trim(); - // 浏览器上复制当个图片应拷贝到本地,excel 中的复制需粘贴 + // 浏览器上复制单个图片应拷贝到本地,excel 中的复制需粘贴 + console.log(textHTML); if (files && files.length === 1 && textHTML.indexOf(" -1) { isHTML = false; } else {