1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed editor structure

This commit is contained in:
muerwre 2019-08-21 11:23:15 +07:00
parent c3b444dc9f
commit cad4e683bc
5 changed files with 41 additions and 37 deletions

View file

@ -16,7 +16,7 @@ const INITIAL_STATE: INodeState = {
editor: {
...EMPTY_NODE,
type: 'image',
blocks: [{ ...EMPTY_BLOCK, type: 'image' }],
blocks: [],
files: [],
},
is_loading: false,