Correct the Note editor.
Split the source file in sub components.
Correct a timing problem on the editor checkbox.
import { Record } from '.';
import { ActionEnum } from '../constants';
export default Record({
_id: '',
session: '',
plain: '',
raw: {},
html: '',
startedAt: '',
finishedAt: '',
categories: [],
marginComment: '',
action: ActionEnum.NONE
});