From 0481e7231d61d94aae66ef2dd95474e2cf8139c5 Mon Sep 17 00:00:00 2001 From: Yvonne Yip Date: Thu, 10 Oct 2013 14:38:42 -0700 Subject: [PATCH] contacts-v2: close the overlay when resizing to narrow --- shiny/Contacts-v2/components/contacts-list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/shiny/Contacts-v2/components/contacts-list.html b/shiny/Contacts-v2/components/contacts-list.html index c49b94f..44fe1ea 100644 --- a/shiny/Contacts-v2/components/contacts-list.html +++ b/shiny/Contacts-v2/components/contacts-list.html @@ -60,6 +60,7 @@ }, wideLayoutChanged: function() { if (this.wideLayout) { + this.$.overlay.active && (this.$.overlay.active = false); this.$.grid.layout = [ [2, 2], [3, 4],