Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not prevent default 'click' action of everything on the page
IMESelector#hide returns false, preventing all other click handlers, including browser's native ones, from running. Wrap it in a good ol' closure instead of using jQuery.proxy. Fixes bug 53041. Elementary, dear Watson.
- Loading branch information