Browse Source

Disable update on change for component settings

pull/1505/head
Andrew Kingston 5 years ago
parent
commit
ac2c34a4b4
  1. 1
      packages/builder/src/components/design/PropertiesPanel/PropertyControls/PropertyControl.svelte

1
packages/builder/src/components/design/PropertiesPanel/PropertyControls/PropertyControl.svelte

@ -76,6 +76,7 @@
this={control} this={control}
{componentInstance} {componentInstance}
value={safeValue} value={safeValue}
updateOnChange={false}
on:change={handleChange} on:change={handleChange}
onChange={handleChange} onChange={handleChange}
{type} {type}

Loading…
Cancel
Save