mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
add touch events for tooltip on range input
This commit is contained in:
parent
f43eeb65b7
commit
663c1839bf
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
v-on:change="(x) => onChange(x)"
|
||||
@focus="tooltipShow"
|
||||
@blur="tooltipHide"
|
||||
@touchstart="tooltipShow"
|
||||
@touchend="tooltipHide"
|
||||
@mouseenter="tooltipShow"
|
||||
@mouseleave="tooltipHide"
|
||||
@input="(x) => inputVal = x.target.value"
|
||||
|
|
Loading…
Add table
Reference in a new issue