Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
feat: reduce LOADER_DELAY to 600 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Guychard committed Apr 7, 2020
1 parent d4ae210 commit ce8768e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hoverifier.ts
Expand Up @@ -326,7 +326,7 @@ const internalToExternalState = <C extends object, D, A>(
})

/** The time in ms after which to show a loader if the result has not returned yet */
export const LOADER_DELAY = 1200
export const LOADER_DELAY = 600

/** The time in ms after the mouse has stopped moving in which to show the tooltip */
export const TOOLTIP_DISPLAY_DELAY = 100
Expand Down

0 comments on commit ce8768e

Please sign in to comment.