Vanessa 2024-01-25 13:12:12 +08:00
parent 98455e3b68
commit 58f1cea811
5 changed files with 9 additions and 4 deletions

View file

@ -57,7 +57,7 @@ export const onGet = (options: {
return;
}
}
hideElements(["gutter"], options.protyle);
hideElements(["gutterOnly"], options.protyle);
options.protyle.block.parentID = options.data.data.parentID;
options.protyle.block.parent2ID = options.data.data.parent2ID;
options.protyle.block.rootID = options.data.data.rootID;