mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-07 09:18:49 +01:00
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
Add a link
Reference in a new issue