This commit is contained in:
Marc 2024-10-26 18:55:52 +02:00
parent d42d98d980
commit 4516a8311a

View file

@ -10,10 +10,11 @@ var CommandLineActions = {
submitCommand: function(text) { submitCommand: function(text) {
AppDispatcher.handleViewAction({ AppDispatcher.handleViewAction({
type: ActionTypes.SUBMIT_COMMAND, type: ActionTypes.SUBMIT_COMMAND,
text: text text: text
}); });
} }
}; }; history
module.exports = CommandLineActions; module.exports = CommandLineActions;