diff --git a/shiny/Contacts-v2/components/contacts-app.html b/shiny/Contacts-v2/components/contacts-app.html index c97f47f..6f5b9c1 100644 --- a/shiny/Contacts-v2/components/contacts-app.html +++ b/shiny/Contacts-v2/components/contacts-app.html @@ -424,12 +424,6 @@ if (this.desktopLayout) { this.$.inkAnimation.play(); } - // if (!this.$.scrub.scrubbing) { - // this.selectedContact = sender.templateInstance.model; - // if (!this.desktopLayout) { - // this.$.detailsOverlay.opened = true; - // } - // } }, sidebarOpenAction: function() { this.$.sidebar.active = true;