Skip to content
Snippets Groups Projects
Commit 7adecdb3 authored by chris's avatar chris
Browse files

cleanup props

parent 28f8e34d
No related branches found
No related tags found
1 merge request!70Notes rerender
...@@ -47,7 +47,7 @@ const Editoria = () => ( ...@@ -47,7 +47,7 @@ const Editoria = () => (
autoFocus autoFocus
placeholder="Type Something..." placeholder="Type Something..."
fileUpload={file => renderImage(file)} fileUpload={file => renderImage(file)}
value="this is some text" value=""
layout={EditoriaLayout} layout={EditoriaLayout}
user={user} user={user}
/> />
......
...@@ -8,7 +8,6 @@ import { undo, redo } from "prosemirror-history"; ...@@ -8,7 +8,6 @@ import { undo, redo } from "prosemirror-history";
import { WaxContext } from "wax-prosemirror-core/src/ioc-react"; import { WaxContext } from "wax-prosemirror-core/src/ioc-react";
import { Commands } from "wax-prosemirror-utilities"; import { Commands } from "wax-prosemirror-utilities";
import { NoteEditorContainer } from "wax-prosemirror-components"; import { NoteEditorContainer } from "wax-prosemirror-components";
import { DocumentHelpers } from "wax-prosemirror-utilities";
import { filter } from "lodash"; import { filter } from "lodash";
export default ({ node, view, allNotes }) => { export default ({ node, view, allNotes }) => {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment