diff -r df6780e48eb5 -r 4a8bbd314a46 client/src/store/noteRecord.js --- a/client/src/store/noteRecord.js Thu Jun 01 15:20:31 2017 +0200 +++ b/client/src/store/noteRecord.js Thu Jun 01 16:15:08 2017 +0200 @@ -2,6 +2,7 @@ export default Immutable.Record({ id: '', - text: '', - session: '' + session: '', + plain: '', + raw: {} });