mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
🎨 https://github.com/siyuan-note/siyuan/issues/5066 addFloatLayer
This commit is contained in:
parent
768555ca4b
commit
66e2371164
6 changed files with 50 additions and 18 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue