Skip to content

Commit

Permalink
Fixed markdown fullscreen binding
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnieSan committed Aug 20, 2020
1 parent 55dda80 commit 3e95408
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-ui",
"version": "1.18.2",
"version": "1.18.3",
"description": "A UI kit for VueJS",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Markdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default {
case 'f':
if (event.ctrlKey && this.mode === 'compact') {
event.preventDefault();
vm.mode = 'fullscreen';
this.mode = 'fullscreen';
}
break;
}
Expand Down

0 comments on commit 3e95408

Please sign in to comment.