Skip to content
Snippets Groups Projects
Commit 41fc9077 authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

clear editing state on note removal

parent e594cf72
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,8 @@ function editingNote(state={}, action) {
message: action.message,
},
};
case REMOVE_NOTE:
return {};
default:
return state;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment