Stackedit/src/data/emptyContentState.js
2018-01-30 07:36:33 +00:00

9 lines
142 B
JavaScript

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