Skip to content

Commit

Permalink
Make sure scale title edits trigger an update
Browse files Browse the repository at this point in the history
ref #768
  • Loading branch information
frostburn committed Jul 12, 2024
1 parent 1757dad commit 7c5199c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ScaleView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ onMounted(() => {
placeholder="Untitled scale"
v-model="scale.name"
@focus="controls!.clearPaletteInfo"
@update="updateScale()"
@input="updateScale()"
></textarea>
<ul class="btn-group">
<NewScale ref="newScale" @done="controls!.focus()" @mouseenter="modifyScale!.blur()" />
Expand Down

0 comments on commit 7c5199c

Please sign in to comment.