mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 03:48:48 +01:00
🐛
This commit is contained in:
parent
1ccebe7079
commit
fc0e5bdf01
1 changed files with 3 additions and 0 deletions
|
|
@ -254,6 +254,9 @@ export class BlockPanel {
|
|||
showMessage(response.msg);
|
||||
return;
|
||||
}
|
||||
if (this.targetElement) {
|
||||
return;
|
||||
}
|
||||
const action = [];
|
||||
if (response.data.rootID !== this.nodeIds[index]) {
|
||||
action.push(Constants.CB_GET_ALL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue