Vanessa 2024-10-30 23:00:06 +08:00
parent c86910e5d6
commit 56e64c9b7e

View file

@ -565,7 +565,8 @@ export class WYSIWYG {
documentSelf.onselect = null;
if (lastCellElement) {
dragFillCellsValue(protyle, nodeElement, originData, originCellIds);
addDragFill(lastCellElement);
const allActiveCellsElement = nodeElement.querySelectorAll(".av__cell--active")
addDragFill(allActiveCellsElement[allActiveCellsElement.length - 1]);
}
return false;
};