Stackedit/src/data/emptyContentState.js
2017-08-25 11:37:46 +01:00

9 lines
139 B
JavaScript

export default () => ({
id: null,
type: 'contentState',
selectionStart: 0,
selectionEnd: 0,
scrollPosition: null,
hash: 0,
});