Skip to content

Commit

Permalink
fix(keyboard): fix not working keyboard module
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Aug 18, 2021
1 parent e86b2b3 commit 31ee849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/keyboard/keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Keyboard({ swiper, extendParams, on, emit }) {
const document = getDocument();
const window = getWindow();
swiper.keyboard = {
enabled: true,
enabled: false,
};
extendParams({
keyboard: {
Expand Down

0 comments on commit 31ee849

Please sign in to comment.