Try 25ms to fix firefox bug
parent
358b6f05b8
commit
9aa9c527b1
|
@ -106,7 +106,7 @@ export const getValueFrom = <
|
|||
*/
|
||||
export const wrapperDebounceEvents = <T>(
|
||||
props: T,
|
||||
{ ms = 50, eventsToWrap = ['onPress'] } = {}
|
||||
{ ms = 25, eventsToWrap = ['onPress'] } = {}
|
||||
): T => {
|
||||
if (props && typeof props === 'object') {
|
||||
const castedProps = props as Record<string, unknown>
|
||||
|
|
Loading…
Reference in New Issue