mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-05 23:21:47 +01:00
This commit is contained in:
parent
ca6a058144
commit
c1453915a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue