diff --git a/app/javascript/vue/repository_item_sidebar/RepositoryItemSidebar.vue b/app/javascript/vue/repository_item_sidebar/RepositoryItemSidebar.vue index bdc2cb87c..635e0f2e3 100644 --- a/app/javascript/vue/repository_item_sidebar/RepositoryItemSidebar.vue +++ b/app/javascript/vue/repository_item_sidebar/RepositoryItemSidebar.vue @@ -314,11 +314,6 @@ export default { this.currentItemUrl = repositoryRowUrl; return } - // click on the same item - should just open/close it - else if (this.currentItemUrl === repositoryRowUrl) { - this.isShowing = !this.isShowing; - return - } // explicit close (from emit) else if (repositoryRowUrl === null) { this.isShowing = false;