Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed Linter issues.
Signed-off-by: Michael Pope <[email protected]>
  • Loading branch information
Michael Pope committed Apr 21, 2022
commit 21c417730dd21e90f4ea7f07a81b034abd0c4ca4
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