diff --git a/frontend/src/lib/components/ArgInput.svelte b/frontend/src/lib/components/ArgInput.svelte index ee5999bf8b..2c62b09e48 100644 --- a/frontend/src/lib/components/ArgInput.svelte +++ b/frontend/src/lib/components/ArgInput.svelte @@ -235,7 +235,6 @@ { - window.dispatchEvent(new Event('pointerup')) dispatch('focus') }} {disabled} @@ -254,7 +253,6 @@ { e?.stopPropagation() - window.dispatchEvent(new Event('pointerup')) }} {disabled} class={valid @@ -334,7 +332,6 @@