Stackedit/src/data/emptyContentState.js

9 lines
139 B
JavaScript
Raw Normal View History

2017-08-17 23:10:35 +00:00
export default () => ({
id: null,
type: 'contentState',
selectionStart: 0,
selectionEnd: 0,
scrollPosition: null,
2017-08-25 10:37:46 +00:00
hash: 0,
2017-08-17 23:10:35 +00:00
});