mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Merge pull request #6682 from aignatov-bio/ai-sci-fix-sidebar
Fix sidebar
This commit is contained in:
commit
89584365cb
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ export default {
|
|||
},
|
||||
beforeUnmount() {
|
||||
delete window.repositoryItemSidebarComponent;
|
||||
document.removeEventListener('click', this.handleDocumentClick);
|
||||
document.removeEventListener('click', this.handleOutsideClick);
|
||||
},
|
||||
methods: {
|
||||
handleOutsideClick(event) {
|
||||
|
|
Loading…
Reference in a new issue