diff --git a/app/src/protyle/util/paste.ts b/app/src/protyle/util/paste.ts index e172c5dc0..4650384f7 100644 --- a/app/src/protyle/util/paste.ts +++ b/app/src/protyle/util/paste.ts @@ -484,7 +484,6 @@ export const paste = async (protyle: IProtyle, event: (ClipboardEvent | DragEven } const textHTMLLowercase = textHTML.toLowerCase(); - // 数据来自 SimiliarWeb,为了方便对比,我们以 链 if (textPlain && "" !== textPlain.trim() && (textHTML.startsWith(" textHTMLLowercase.indexOf("class=\"katex") && 0 > textHTMLLowercase.indexOf("class=\"math") && 0 > textHTMLLowercase.indexOf("") && 0 > textHTMLLowercase.indexOf("") &&