mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-06 12:50:16 +01:00
This commit is contained in:
parent
be9ccb7af3
commit
78014ecd75
1 changed files with 1 additions and 1 deletions
|
|
@ -562,7 +562,7 @@ export const listOutdent = (protyle: IProtyle, liItemElements: Element[], range:
|
|||
id: itemId,
|
||||
data: item.outerHTML
|
||||
});
|
||||
} else if ((item.getAttribute("data-subtype") === "u" || item.getAttribute("data-subtype") === "0") &&
|
||||
} else if ((item.getAttribute("data-subtype") === "u" || item.getAttribute("data-subtype") === "o") &&
|
||||
parentLiItemElement.getAttribute("data-subtype") === "t") {
|
||||
undoOperations.push({
|
||||
action: "update",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue