Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(mdSelect): Close menu on hitting Enter key
Browse files Browse the repository at this point in the history
call `checkCloseMenu(ev)` with `ev` argument.
ensure references to `ev` are non-null

Fixes #4377. Closes #4384. Closes #4372.
  • Loading branch information
shuding authored and ThomasBurleson committed Aug 31, 2015
1 parent 925301f commit 303ab0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/services/layout/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
display: -moz-flex;
display: -ms-flexbox;
display: flex;
height: inherit;
}

.layout-column {
Expand Down

0 comments on commit 303ab0d

Please sign in to comment.