Skip to content

Commit

Permalink
Merge pull request #175 from dcrtantuco/master
Browse files Browse the repository at this point in the history
Fix compilation error in linux machines
  • Loading branch information
andrerpena authored Jun 2, 2019
2 parents 4e4866e + 42cd092 commit dfcbfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/strikeThroughCommand.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export const strikeThroughCommand: Command = {
end: state2.selection.end - 2
});
},
keyCommand: "strikethrough",
keyCommand: "strikeThrough",
};

0 comments on commit dfcbfef

Please sign in to comment.