Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force close of search box after item selection
In Firefox, for some reason selecting an item with the mouse would not
clear the search overlay. It appears that it would generally clear when
the blur function is called, but something appears to be different when
selected by mouse vs enter key.
This forces a call to `this.close()` to close the dialog without relying
only on the blur action.
Fixes #263
- Loading branch information