Fix to the default input binding to ensure new bindings are set correctly
This commit is contained in:
parent
e0496f604e
commit
ef458db8b8
|
@ -58,7 +58,7 @@
|
||||||
thin
|
thin
|
||||||
disabled={bindable}
|
disabled={bindable}
|
||||||
on:change={evt => onBindingChange(binding.name, evt.detail)}
|
on:change={evt => onBindingChange(binding.name, evt.detail)}
|
||||||
value={runtimeToReadableBinding(bindings, binding.default)}
|
bind:value={binding.default}
|
||||||
/>
|
/>
|
||||||
{#if bindable}
|
{#if bindable}
|
||||||
<DrawerBindableInput
|
<DrawerBindableInput
|
||||||
|
|
Loading…
Reference in New Issue