mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
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")
|
data: blockElement.getAttribute("updated")
|
||||||
}]);
|
}]);
|
||||||
insertAttrViewBlockAnimation(protyle, blockElement, srcIDs, previousID, avID);
|
insertAttrViewBlockAnimation(protyle, blockElement, srcIDs, previousID, avID);
|
||||||
|
if (event.altKey) {
|
||||||
|
this.element.querySelectorAll("button").forEach(item => {
|
||||||
|
item.dataset.rowId = srcIDs[0];
|
||||||
|
});
|
||||||
|
}
|
||||||
blockElement.setAttribute("updated", newUpdated);
|
blockElement.setAttribute("updated", newUpdated);
|
||||||
} else {
|
} else {
|
||||||
avContextmenu(protyle, rowElement as HTMLElement, {
|
avContextmenu(protyle, rowElement as HTMLElement, {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue