From 1cf8b22fc8e0633b8cb39346ffedd7cba1c0d1da Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 25 Feb 2024 23:21:03 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/10431 --- app/src/protyle/wysiwyg/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/wysiwyg/index.ts b/app/src/protyle/wysiwyg/index.ts index ba7c7d3ea..f81cbf963 100644 --- a/app/src/protyle/wysiwyg/index.ts +++ b/app/src/protyle/wysiwyg/index.ts @@ -2289,7 +2289,7 @@ export class WYSIWYG { actionElement.parentElement.setAttribute("updated", dayjs().format("YYYYMMDDHHmmss")); updateTransaction(protyle, actionId, actionElement.parentElement.outerHTML, html); } - } else { + } else if (window.siyuan.config.editor.listItemDotNumberClickFocus) { if (protyle.block.showAll && protyle.block.id === actionId) { enterBack(protyle, actionId); } else {