Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Oct 4, 2024
1 parent c01f8ed commit 8656615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/color-buddy/src/controls/Title.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
type="text"
class={buttonStyle}
bind:value={nameBind}
on:blur={colorStore.setCurrentPalName(nameBind)}
on:blur={() => colorStore.setCurrentPalName(nameBind)}
/>
</form>
</div>
Expand Down

0 comments on commit 8656615

Please sign in to comment.