1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

Fix to the default input binding to ensure new bindings are set correctly

This commit is contained in:
Dean 2022-07-18 15:58:17 +01:00
parent 6ee5a78b0c
commit c5ee19b4ef

View file

@ -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