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 committed May 9, 2023
1 parent fec2443 commit a280cba
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 @@ -956,7 +956,6 @@ export default {
this.sidebarPosition = sidebar.getBoundingClientRect().left
this.trapElements = [sidebar]
}
this.updateSidebarPosition()
},

handleAppSidebarClose() {
Expand Down

0 comments on commit a280cba

Please sign in to comment.