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 {