Skip to content

Commit

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

Please sign in to comment.