Skip to content

Commit b4286ca

Browse files
committed
fix(ui): fix keyboard shortcut for M link
closes pattern-lab/styleguidekit-assets-default#64 thanks @notacouch
1 parent 6e6b398 commit b4286ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uikit-workshop/src/scripts/components/styleguide.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ import Mousetrap from 'mousetrap';
133133
});
134134

135135
Mousetrap.bind('ctrl+shift+m', function(e) {
136-
goLarge();
136+
goMedium();
137137
return false;
138138
});
139139

0 commit comments

Comments
 (0)