stop multiple creates on save record
This commit is contained in:
parent
45322846c0
commit
8b51742901
|
@ -18,7 +18,7 @@
|
|||
bind:this={theButton}
|
||||
class="default"
|
||||
disabled={disabled || false}
|
||||
on:click={clickHandler}>
|
||||
on:click|once={clickHandler}>
|
||||
{#if !_bb.props._children || _bb.props._children.length === 0}{text}{/if}
|
||||
</button>
|
||||
|
||||
|
|
Loading…
Reference in New Issue