We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc7b2b commit f74c497Copy full SHA for f74c497
tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormModelSelector.svelte
@@ -72,12 +72,6 @@
72
}
73
74
75
- function handleScroll() {
76
- if (isOpen) {
77
- updateMenuPosition();
78
- }
79
80
-
81
async function handleSelect(value: string | undefined) {
82
if (!value) return;
83
@@ -259,7 +253,7 @@
259
253
260
254
</script>
261
255
262
-<svelte:window onresize={handleResize} onscroll={handleScroll} />
256
+<svelte:window onresize={handleResize} />
263
257
264
258
<svelte:document onpointerdown={handlePointerDown} onkeydown={handleKeydown} />
265
0 commit comments