Skip to content

Commit

Permalink
Trigger autosave on select @change instead of @blur
Browse files Browse the repository at this point in the history
  • Loading branch information
miledivovic committed Jul 10, 2024
1 parent 389bedd commit 86500b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lode/components/PropertyString.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
class="select is-small">
<select
v-model="computedText"
@blur="blur">
@change="blur">
<option
v-for="item in options"
:key="item"
Expand Down

0 comments on commit 86500b2

Please sign in to comment.