Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
contacts-v2: close the overlay when resizing to narrow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Oct 10, 2013
1 parent 47a7356 commit 0481e72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shiny/Contacts-v2/components/contacts-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
},
wideLayoutChanged: function() {
if (this.wideLayout) {
this.$.overlay.active && (this.$.overlay.active = false);
this.$.grid.layout = [
[2, 2],
[3, 4],
Expand Down

0 comments on commit 0481e72

Please sign in to comment.