Skip to content

Commit 4ad3190

Browse files
committed
make it possible to close all frames restoring the default layout
- we did this for a long time and never had support requests where people couldn't find their file - I disabled this -- making that x disabled -- and suddenly people got very confused.
1 parent 561659d commit 4ad3190

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/packages/frontend/frame-editors/frame-tree/title-bar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ export function FrameTitleBar(props: FrameTitleBarProps) {
335335
size="small"
336336
type="text"
337337
onClick={click_close}
338-
disabled={props.is_only}
339338
>
340339
<Icon name={"times"} />
341340
</Button>

0 commit comments

Comments
 (0)