This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #883 from piebe/fix-metakeys
Fix: ignore metakeys when field has focus but dropdown is closed
- Loading branch information
This change prevents opening the dropdown when pressing ALT+Down since it's being called in focusser.bind("keyup input").
Was that on purpose? did ALT+Down work by mistake until now?