Stackedit/src/data/empties/emptyContentState.js
2018-07-17 20:58:40 +01:00

9 lines
142 B
JavaScript

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