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
Add a debounceDelay option to the settings object for customizing the delay (in milliseconds) sent to lodash.debounce (or disabling debouncing altogether).
Options: any non-negative integer (for a delay in milliseconds) or null/false (to disable debouncing)
Default: 400
The text was updated successfully, but these errors were encountered:
Add a
debounceDelay
option to the settings object for customizing the delay (in milliseconds) sent tolodash.debounce
(or disabling debouncing altogether).Options: any non-negative integer (for a delay in milliseconds) or
null
/false
(to disable debouncing)Default:
400
The text was updated successfully, but these errors were encountered: