grav-plugin-shortcode-ui icon indicating copy to clipboard operation
grav-plugin-shortcode-ui copied to clipboard

add touch events in ui-cslider.js

Open bnd-re opened this issue 2 years ago • 0 comments

https://github.com/getgrav/grav-plugin-shortcode-ui/issues/42

add "touchstart", "touchmove" and "touchend" to the events. on touch events, "e.pageX" is not available -> use "e.originalEvent.changedTouches[0].pageX"

bnd-re avatar Mar 28 '22 09:03 bnd-re