show placeholder for select in script picker (#6074)

* add clearbable for script picker

* fix
This commit is contained in:
dieriba
2025-06-27 10:06:21 +02:00
committed by GitHub
parent 71642a4fd0
commit 6bb9d98024
@@ -122,7 +122,7 @@
{:else}
<Select
bind:value={
() => scriptPath ?? initialPath,
() => (scriptPath ?? initialPath) || undefined,
(path) => {
scriptPath = path
dispatch('select', { path, itemKind })