Skip to content

Commit c521179

Browse files
authored
feat(agent-tars): hide canvas panel by default (close:#453) (#454)
1 parent 390345f commit c521179

File tree

1 file changed

+1
-1
lines changed
  • apps/agent-tars/src/renderer/src/state

1 file changed

+1
-1
lines changed

apps/agent-tars/src/renderer/src/state/canvas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class CanvasStateManager {
3434
>;
3535

3636
constructor(
37-
initialVisible = true,
37+
initialVisible = false,
3838
initialDataSource: CanvasDataSource | null = null,
3939
) {
4040
this.baseState = atom({

0 commit comments

Comments
 (0)