Satyendra Singh
Results
3
issues of
Satyendra Singh
seems like with the 5.1.0 release imageCaption no longer accepts type node, wants string. `Types of property 'imageCaption' are incompatible. Type 'any[]' is not assignable to type 'string'.`
This PR solves `onLongPress` not honoring `distanceThreshold` parameter for touch devices. (https://github.com/vueuse/vueuse/issues/4585) - Skiped touch events on existing listener functions. - Added listeners for `touchstart`, `touchmove`, `touchend` - Emit a...
size:L