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

feat: reduce LOADER_DELAY to 600 #244

Merged
merged 1 commit into from Apr 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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