From e508557de4edd08b1edcc6d8572e1ae7b6e6ede7 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 25 Apr 2024 09:32:51 +0800 Subject: [PATCH] :memo: --- app/src/protyle/toolbar/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/toolbar/index.ts b/app/src/protyle/toolbar/index.ts index a737b1cbe..4f6890d49 100644 --- a/app/src/protyle/toolbar/index.ts +++ b/app/src/protyle/toolbar/index.ts @@ -456,7 +456,7 @@ export class Toolbar { } inlineElement.setAttribute("data-type", [...new Set(rangeTypes)].join(" ")); inlineElement.textContent = Constants.ZWSP; - // 在 a 元素中 ctrl+m 需继承其链接,也许不需要?没有用户反馈之前先保持现装 + // 在 a 元素中 ctrl+m 需继承其链接,也许不需要?没有用户反馈之前先保持现状 // if (type !== "a" && rangeTypes.includes("a") && nextElement.dataset.type.split(" ").includes("a") && // nextElement.isSameNode(previousElement)) { // inlineElement.setAttribute("data-href", nextElement.getAttribute("data-href"));