This commit is contained in:
Vanessa 2023-03-06 09:28:18 +08:00
parent 1ccebe7079
commit fc0e5bdf01

View file

@ -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);