Stackedit/src/data/emptyContentState.js

9 lines
142 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,
updated: 0,
});