Skip to content

Commit

Permalink
Revert default wheel control and keys control to false as mentioned i…
Browse files Browse the repository at this point in the history
…n the docs
  • Loading branch information
emanuelmutschlechner committed Feb 5, 2019
1 parent 9f42393 commit 55805b0
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 55805b0

Please sign in to comment.