Skip to content

Commit

Permalink
Merge pull request #36 from emanuelmutschlechner/fix-default-controls
Browse files Browse the repository at this point in the history
refactor: revert default wheel control and keys control to false
  • Loading branch information
melrefaie authored Feb 5, 2019
2 parents 64fc0bd + 55805b0 commit 14e7ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Hooper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ export default {
},
// toggle mouse wheel sliding
wheelControl: {
default: true,
default: false,
type: Boolean
},
// toggle keyboard control
keysControl: {
default: true,
default: false,
type: Boolean
},
// enable any move to commit a slide
Expand Down

0 comments on commit 14e7ec5

Please sign in to comment.