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],