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
Reference in a new issue