Skip to content

Commit 719e586

Browse files
committed
fix: hide resize container on full screen
1 parent c92b3bc commit 719e586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom/ChatSurface.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
:style="{ width: agentStore.chatWidth + 'rem' }"
2727
>
2828
<div
29-
v-if="!coreStore.isMobile"
29+
v-if="!(coreStore.isMobile || agentStore.isFullScreen)"
3030
class="w-2 cursor-ew-resize absolute left-0 top-0 h-full z-30"
3131
@mousedown="startResize"
3232
></div>

0 commit comments

Comments
 (0)