Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
doouding committed Dec 9, 2024
1 parent 7569759 commit 6c55213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/affine/model/src/elements/mindmap/mindmap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ export class MindmapElementModel extends GfxGroupLikeElementModel<MindmapElement
buttonBound.w = buttonStyle.width;
buttonBound.h = buttonStyle.height;
collapseButton.xywh = buttonBound.serialize();
collapseButton.groupSignal.value = this.id;
collapseButton.groupId = this.id;
collapseButton.opacity = 0;
}

Expand Down

0 comments on commit 6c55213

Please sign in to comment.