mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 01:35:34 +08:00
Merge pull request #6707 from okriuchykhin/ok_SCI_9765
Reload item sidebar even if same item is selected [SCI-9765]
This commit is contained in:
commit
c2170e0eaf
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue