From 7604a0a93083f37dd09d0becb2bc199195ab4b55 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 5 Dec 2023 20:06:56 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E5=B5=8C=E5=85=A5=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/protyle/wysiwyg/transaction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/wysiwyg/transaction.ts b/app/src/protyle/wysiwyg/transaction.ts index 2123eec97..23d79406d 100644 --- a/app/src/protyle/wysiwyg/transaction.ts +++ b/app/src/protyle/wysiwyg/transaction.ts @@ -461,7 +461,7 @@ export const onTransaction = (protyle: IProtyle, operation: IOperation, isUndo: updateBlock(updateElements, protyle, operation, isUndo); } }); - } else { // updateElements 没有包含潜入块,在悬浮层编辑潜入块时,潜入块也需要更新 + } else { // updateElements 没有包含嵌入块,在悬浮层编辑嵌入块时,嵌入块也需要更新 // 更新 ws 嵌入块 updateEmbed(protyle, operation); // 更新 ws 引用块