From 4516a8311a5f0e81708e290dbb5ec8121da17b03 Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 26 Oct 2024 18:55:52 +0200 Subject: [PATCH] change2 --- src/js/actions/CommandLineActions.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/js/actions/CommandLineActions.js b/src/js/actions/CommandLineActions.js index e73e46ea..62e12284 100644 --- a/src/js/actions/CommandLineActions.js +++ b/src/js/actions/CommandLineActions.js @@ -10,10 +10,11 @@ var CommandLineActions = { submitCommand: function(text) { AppDispatcher.handleViewAction({ type: ActionTypes.SUBMIT_COMMAND, - text: text + text: text }); } -}; +}; history + module.exports = CommandLineActions;