From d3d74ff7df2633f71d3ec39dcd6a9229c4cc48ca Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Thu, 7 Mar 2024 12:31:00 +0500 Subject: [PATCH] web: fix temporary tabs cannot be made permanent --- apps/web/src/components/editor/action-bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/editor/action-bar.tsx b/apps/web/src/components/editor/action-bar.tsx index 584a10f5e..47236443d 100644 --- a/apps/web/src/components/editor/action-bar.tsx +++ b/apps/web/src/components/editor/action-bar.tsx @@ -210,7 +210,7 @@ function TabStrip() { .updateSession( session.id, [session.type], - (s) => (s.preview = true) + (s) => (s.preview = false) ) } onFocus={() => {