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

Commit

Permalink
Global flag was absent in keymapping for Ctrl-U #1178
Browse files Browse the repository at this point in the history
  • Loading branch information
wiadev committed Sep 7, 2017
1 parent d9ecd72 commit cdf1751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/shortcuts/QuickActionsContextShortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class QuickActionsContextShortcuts extends Component {
handler = { this.handleShortcuts }
targetNodeSelector = "body"
isolate = { true }
global = { true }
preventDefault = { true }
stopPropagation = { true }
/>
Expand Down

0 comments on commit cdf1751

Please sign in to comment.