Relaod item sidebar even if same item is selected [SCI-9765]

This commit is contained in:
Oleksii Kriuchykhin 2023-11-24 16:05:07 +01:00
parent cd22932c27
commit c047d44265

View file

@ -290,11 +290,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;