mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-28 11:16:09 +01:00
This commit is contained in:
parent
a46e9833c5
commit
f40529c362
1 changed files with 3 additions and 1 deletions
|
|
@ -735,5 +735,7 @@ export const dragFillCellsValue = (protyle: IProtyle, nodeElement: HTMLElement,
|
|||
})
|
||||
});
|
||||
focusBlock(nodeElement);
|
||||
transaction(protyle, doOperations, undoOperations);
|
||||
if (doOperations.length > 0) {
|
||||
transaction(protyle, doOperations, undoOperations);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue