This commit is contained in:
parent
c86910e5d6
commit
56e64c9b7e
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue