Skip to content

Commit

Permalink
Fixed Linter issues.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Pope <michael.pope.email@gmail.com>
  • Loading branch information
Michael Pope committed Apr 21, 2022
1 parent e92aa2e commit 21c4177
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/views/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -635,10 +635,9 @@ export default {
OCA.Files.Sidebar.setFullScreenMode(false)
}

//deals with a bug that occurs when double clicking on an item in NextCloud
//may be good to replace this with something more suitable in the future (not sure if cleanup() really belongs here)
this.cleanup();

// deals with a bug that occurs when double clicking on an item in NextCloud
// may be good to replace this with something more suitable in the future (not sure if cleanup() really belongs here)
this.cleanup()
},

cleanup() {
Expand Down

0 comments on commit 21c4177

Please sign in to comment.