Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
fix #215 - shortcut working even when the input is focused
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Chmielowiec committed Feb 20, 2017
1 parent db1a784 commit 0ea8848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/shortcuts/DocumentStatusContextShortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class DocumentStatusContextShortcuts extends Component {
isolate = { true }
preventDefault = { true }
stopPropagation = { true }
dataShortcuts = { true }
/>
)
}
Expand Down

0 comments on commit 0ea8848

Please sign in to comment.