mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-09 14:13:16 +08:00
Fix sidebar
This commit is contained in:
parent
1b7d80484e
commit
b9618e8e20
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