Current Behavior
When a new thought is created by pressing the enter key, the actions newThought and setCursor are being dispatched. The setCursor is a gratuitous action that updates the dataNonce, which is already being updated by the former action.
Expected Behavior
The setCursor action shouldn't be dispatched on the creation of a new thought.