diff --git a/app/src/protyle/gutter/index.ts b/app/src/protyle/gutter/index.ts index 77936ccb5..496028258 100644 --- a/app/src/protyle/gutter/index.ts +++ b/app/src/protyle/gutter/index.ts @@ -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, {