()
| 2414 | }); |
| 2415 | |
| 2416 | function setFocus () { |
| 2417 | if (that.options.liveSearch) { |
| 2418 | that.$searchbox.trigger('focus'); |
| 2419 | } else { |
| 2420 | that.$menuInner.trigger('focus'); |
| 2421 | } |
| 2422 | } |
| 2423 | |
| 2424 | function checkPopperExists () { |
| 2425 | if (that.dropdown && that.dropdown._popper && that.dropdown._popper.state.isCreated) { |
no outgoing calls
no test coverage detected