Skip to content

Commit 181b2a0

Browse files
authored
Merge pull request #5468 from continuedev/dallin/bring-tabs-back
Hide tabs in edit mode
2 parents 0e5bf68 + 99b7623 commit 181b2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/pages/gui/Chat.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export function Chat() {
290290
<>
291291
{widget}
292292

293-
{!!showSessionTabs && <TabBar />}
293+
{!!showSessionTabs && mode !== "edit" && <TabBar />}
294294

295295
<StepsDiv
296296
ref={stepsDivRef}

0 commit comments

Comments
 (0)