New: Cancel tasks in command queue

This commit is contained in:
Qstick 2018-09-01 23:11:19 -04:00
commit 9d2fbddc7d
5 changed files with 33 additions and 3 deletions

View file

@ -176,6 +176,7 @@ export const actionHandlers = handleThunks({
}
});
dispatch(updateItem({ section: 'commands', ...payload }));
scheduleRemoveCommand(payload, dispatch);
showCommandMessage(payload, dispatch);
}