From 42cd0925b7ae19845c62e55bdafe16f4dc921249 Mon Sep 17 00:00:00 2001 From: darwin christopher tantuco Date: Fri, 31 May 2019 14:32:38 +0800 Subject: [PATCH] Attempt to fix compilation error in linux machines --- src/commands/strikeThroughCommand.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/strikeThroughCommand.tsx b/src/commands/strikeThroughCommand.tsx index 5c5af457..8b025a6a 100644 --- a/src/commands/strikeThroughCommand.tsx +++ b/src/commands/strikeThroughCommand.tsx @@ -18,5 +18,5 @@ export const strikeThroughCommand: Command = { end: state2.selection.end - 2 }); }, - keyCommand: "strikethrough", + keyCommand: "strikeThrough", };