diff --git a/src/js/composer/commands/index.js b/src/js/composer/commands/index.js index dc0aba0..961f9d2 100644 --- a/src/js/composer/commands/index.js +++ b/src/js/composer/commands/index.js @@ -22,7 +22,7 @@ import { browserCommands } from "./browserCommands"; const platformCommands = { win32: [windowsCommands], - darwin: [macosCommands, windowsCommands], + darwin: [macosCommands], linux: [], };