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

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosichert committed Oct 19, 2017
1 parent 69b5b0f commit 85e6e01
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/components/shortcuts/QuickActionsContextShortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ class QuickActionsContextShortcuts extends Component {

render() {
return (
<Shortcuts
name="QUICK_ACTIONS"
handler = { this.handleShortcuts }
targetNodeSelector = "body"
isolate = { true }
global = { true }
preventDefault = { true }
stopPropagation = { true }
/>
)
<Shortcuts
name="QUICK_ACTIONS"
handler={this.handleShortcuts}
targetNodeSelector = "body"
isolate
global
preventDefault
stopPropagation
/>
);
}
}

Expand Down

0 comments on commit 85e6e01

Please sign in to comment.