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

Commit ce8768e

Browse files
author
Loïc Guychard
authored
feat: reduce LOADER_DELAY to 600 (#244)
As discussed in the web sync and in https://docs.google.com/document/d/1TPTH33vOVXqhKgVEeohnZh1sZA02M_hfZVx0YBvX5QI/edit
1 parent d4ae210 commit ce8768e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hoverifier.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ const internalToExternalState = <C extends object, D, A>(
326326
})
327327

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

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

0 commit comments

Comments
 (0)