This commit is contained in:
Vanessa 2023-05-19 20:27:14 +08:00
parent 768555ca4b
commit 66e2371164
6 changed files with 50 additions and 18 deletions

View file

@ -658,7 +658,9 @@ export class Graph extends Model {
} else if (window.siyuan.ctrlIsPressed) {
window.siyuan.blockPanels.push(new BlockPanel({
app: this.app,
targetElement: this.inputElement,
isBacklink: false,
x: params.event.center.x,
y: params.event.center.y,
nodeIds: [node.id],
}));
} else {