Vanessa 2024-01-14 22:42:11 +08:00
parent a46e9833c5
commit f40529c362

View file

@ -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);
}
}