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