mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
c993d19bff
commit
0ff82ebe3e
1 changed files with 0 additions and 4 deletions
|
|
@ -912,12 +912,8 @@ func (tx *Transaction) doDelete(operation *Operation) (ret *TxErr) {
|
|||
node.Next.Unlink()
|
||||
}
|
||||
|
||||
next := node.Next
|
||||
node.Unlink()
|
||||
|
||||
parentFoldedHeading := treenode.GetParentFoldedHeading(next)
|
||||
unfoldHeading(parentFoldedHeading)
|
||||
|
||||
if nil != parent && ast.NodeListItem == parent.Type && nil == parent.FirstChild {
|
||||
needAppendEmptyListItem := true
|
||||
for _, op := range tx.DoOperations {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue