This commit is contained in:
Vanessa 2023-09-17 22:26:30 +08:00
parent 58d1978eb8
commit 72f28947d2
18 changed files with 80 additions and 76 deletions

View file

@ -156,7 +156,7 @@ export class BlockPanel {
if (response.data.rootID !== this.nodeIds[index]) {
action.push(Constants.CB_GET_ALL);
} else {
action.push(Constants.CB_GET_SCROLL);
action.push(Constants.CB_GET_CONTEXT);
action.push(Constants.CB_GET_HL);
}