mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-30 19:48:18 +08:00
Relaod item sidebar even if same item is selected [SCI-9765]
This commit is contained in:
parent
cd22932c27
commit
c047d44265
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue