Skip to content

Commit fd7866a

Browse files
Update tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormModelSelector.svelte
Co-authored-by: Aleksander Grygier <[email protected]>
1 parent 2d5bcad commit fd7866a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormModelSelector.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
142142
$effect(() => {
143143
const optionCount = options.length;
144+
144145
if (!isOpen || optionCount < 0) return;
145146
146147
queueMicrotask(() => updateMenuPosition());

0 commit comments

Comments
 (0)