Skip to content

Commit

Permalink
range blur quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YourUsername committed Jun 8, 2024
1 parent 9f12e6c commit cd8ba3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
<small>Max response size: <span x-text="max_tokens">12</span> </small>

<hr>
<input x-on:click="$store.modalTune=false" type="button" value="Apply">
<input x-on:click="$store.modalTune=false; updateProfile($data)" type="button" value="Apply"> <!-- Blur for range not work on mobile -->
</form>
</main>
</article>
Expand Down

0 comments on commit cd8ba3a

Please sign in to comment.