Skip to content

Commit

Permalink
adds missing shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
josemigallas committed Sep 5, 2018
1 parent fc4c010 commit 92beb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/schema/SchemaContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class SchemaContainer extends Component {
this.setState({ schema, saved: false });
}

@keydown("ctrl + s")
@keydown("ctrl + s", "cmd + s")
saveShortcut(e) {
e.preventDefault();

Expand Down

0 comments on commit 92beb3d

Please sign in to comment.