Skip to content

Commit a2f3ec5

Browse files
committed
Update dropdown.js
1 parent 23cbc64 commit a2f3ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mixins/dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const ROOT_DROPDOWN_SHOWN = `${ROOT_DROPDOWN_PREFIX}shown`
1717
const ROOT_DROPDOWN_HIDDEN = `${ROOT_DROPDOWN_PREFIX}hidden`
1818

1919
// Delay when loosing focus before closing menu (in ms)
20-
const FOCUSOUT_DELAY = 150
20+
const FOCUSOUT_DELAY = 200
2121

2222
// Dropdown item CSS selectors
2323
const Selector = {

0 commit comments

Comments
 (0)