Skip to content

Commit b730a54

Browse files
committed
fix: bug with properties got shown after block update
1 parent 5e8305b commit b730a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ export function magicJoinCommand(independentMode: boolean) {
884884
export async function updateBlocksCommand(
885885
callback: (content: string, level: number, block: BlockEntity, parent?: BlockEntity) => string,
886886
recursive: boolean = false,
887-
cleanPropertiesBefore: boolean = false,
887+
cleanPropertiesBefore: boolean = true,
888888
) {
889889
let [ blocks, isSelectedState ] = await getChosenBlocks()
890890
if (blocks.length === 0)

0 commit comments

Comments
 (0)