diff options
| author | Mark Otto <[email protected]> | 2019-07-12 16:56:26 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2019-07-12 16:56:26 -0500 |
| commit | 39c4ca3970bb14372b905952699711fdd11650e6 (patch) | |
| tree | 1e439928b77707924a70bd79df66d4199b0410da /js/dist/dropdown.js | |
| parent | aaf03bdc9e3cfa0d625f9758ad059c0db9fe2abe (diff) | |
| download | bootstrap-39c4ca3970bb14372b905952699711fdd11650e6.tar.xz bootstrap-39c4ca3970bb14372b905952699711fdd11650e6.zip | |
dist v5
Diffstat (limited to 'js/dist/dropdown.js')
| -rw-r--r-- | js/dist/dropdown.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/dropdown.js b/js/dist/dropdown.js index ad823f7c7..4e087070c 100644 --- a/js/dist/dropdown.js +++ b/js/dist/dropdown.js @@ -571,7 +571,7 @@ if (!isActive || isActive && (event.which === ESCAPE_KEYCODE || event.which === SPACE_KEYCODE)) { if (event.which === ESCAPE_KEYCODE) { - EventHandler.trigger(SelectorEngine.findOne(Selector.DATA_TOGGLE, parent), 'focus'); + SelectorEngine.findOne(Selector.DATA_TOGGLE, parent).focus(); } Dropdown._clearMenus(); |
