Skip to content

Commit

Permalink
fix: remove undefined method call
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme authored and backportbot-nextcloud[bot] committed May 9, 2023
1 parent d56a816 commit 3b56a27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,6 @@ export default {
this.sidebarPosition = sidebar.getBoundingClientRect().left
this.trapElements = [sidebar]
}
this.updateSidebarPosition()
},

handleAppSidebarClose() {
Expand Down

0 comments on commit 3b56a27

Please sign in to comment.