Skip to content

Commit

Permalink
fix: Remove requirement refUnderCursorExists when using keyboard sh…
Browse files Browse the repository at this point in the history
…ortcut to follow a link #127
  • Loading branch information
bs committed Sep 26, 2020
1 parent 1ff6a7d commit fffb0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"command": "editor.action.openLink",
"key": "ctrl+enter",
"mac": "cmd+enter",
"when": "editorTextFocus && editorLangId == markdown && memo:refUnderCursorExists"
"when": "editorTextFocus && editorLangId == markdown"
}
],
"menus": {
Expand Down

0 comments on commit fffb0e3

Please sign in to comment.