You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love the library! It would be cool to be able to persist the original event so it could be passed to onHold so that keyboard modifiers could be used in conjunction with this
eg, Shift+Click(&Hold) = Increment x10 like in many apps
The text was updated successfully, but these errors were encountered:
@slapbox Hey, if you still want to solve this problem and you can use react hook instead of component I can recommend you https://www.npmjs.com/package/use-long-press where you are able to receive event object in callbacks.
Love the library! It would be cool to be able to persist the original event so it could be passed to
onHold
so that keyboard modifiers could be used in conjunction with thiseg,
Shift+Click(&Hold)
= Increment x10 like in many appsThe text was updated successfully, but these errors were encountered: