mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-03 03:10:16 +01:00
This commit is contained in:
parent
20e8b81b8f
commit
5760f7fe4c
11 changed files with 53 additions and 32 deletions
|
|
@ -161,7 +161,7 @@ export class BlockPanel {
|
|||
if (!this.targetElement && typeof this.x === "undefined" && typeof this.y === "undefined") {
|
||||
return;
|
||||
}
|
||||
const action = [];
|
||||
const action: TProtyleAction[] = [];
|
||||
if (response.data.rootID !== this.nodeIds[index]) {
|
||||
action.push(Constants.CB_GET_ALL);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue