Skip to content

Commit

Permalink
fix: double click operation in clicks slider (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Feb 29, 2024
1 parent b56cbfe commit 0ffc4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/internals/ClicksSlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function onMousedown() {
</div>
<div
relative flex-auto h5 flex="~"
@dblclick="current = 999999"
@dblclick="current = clicksContext.total"
>
<div
v-for="i of range" :key="i"
Expand Down

0 comments on commit 0ffc4ac

Please sign in to comment.