Skip to content

Commit

Permalink
Fix undo on weights field change
Browse files Browse the repository at this point in the history
  • Loading branch information
xiety committed Mar 14, 2024
1 parent ee061be commit 63f802f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
</div>
<div class="whole">
<input v-model.lazy="w_text" style="height: 100%; width: 100%; box-sizing: border-box; resize: none;" />
<input v-model.lazy="w_text" v-on:change="commit" style="height: 100%; width: 100%; box-sizing: border-box; resize: none;" />
</div>
<div style="display: flex; flex-wrap: wrap; gap: 2px; align-items: center;">
<button @click="reset">Reset weights</button>
Expand Down

0 comments on commit 63f802f

Please sign in to comment.