This commit is contained in:
parent
4128a8cab2
commit
78cf75b34e
1 changed files with 5 additions and 0 deletions
|
@ -264,6 +264,11 @@ export class Gutter {
|
|||
data: blockElement.getAttribute("updated")
|
||||
}]);
|
||||
insertAttrViewBlockAnimation(protyle, blockElement, srcIDs, previousID, avID);
|
||||
if (event.altKey) {
|
||||
this.element.querySelectorAll("button").forEach(item => {
|
||||
item.dataset.rowId = srcIDs[0];
|
||||
});
|
||||
}
|
||||
blockElement.setAttribute("updated", newUpdated);
|
||||
} else {
|
||||
avContextmenu(protyle, rowElement as HTMLElement, {
|
||||
|
|
Loading…
Add table
Reference in a new issue