Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Disable simpleMDE image shortcut (#758)
Browse files Browse the repository at this point in the history
no issue

- disables simpleMDE image shortcut when using cmd+alt+i
  • Loading branch information
cobbspur authored and kirrg001 committed Jun 22, 2017
1 parent 6c64b6c commit 13f23d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/gh-markdown-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ export default Component.extend(ShortcutsMixin, {
shortcuts: {
toggleFullScreen: null,
togglePreview: null,
toggleSideBySide: null
toggleSideBySide: null,
drawImage: null
},

// only include the number of words in the status bar
Expand Down

0 comments on commit 13f23d9

Please sign in to comment.