diff --git a/app/src/protyle/wysiwyg/keydown.ts b/app/src/protyle/wysiwyg/keydown.ts index 2bf7e8f95..efe6af7ee 100644 --- a/app/src/protyle/wysiwyg/keydown.ts +++ b/app/src/protyle/wysiwyg/keydown.ts @@ -1426,7 +1426,7 @@ export const keydown = (protyle: IProtyle, editorElement: HTMLElement) => { id, type: isMatchList ? "TL2UL" : "TL2OL", }); - } else if (isMatchCheck || isMatchOList) { + } else if (subType === "u" && (isMatchCheck || isMatchOList)) { turnsOneInto({ protyle, nodeElement: selectsElement[0],