Skip to content
Snippets Groups Projects
Commit 907170b7 authored by Alf Eaton's avatar Alf Eaton Committed by Yannis Barlas
Browse files

Update yarn.lock

parent 68fa1bd2
No related branches found
No related tags found
No related merge requests found
...@@ -11,13 +11,6 @@ class Editor extends React.Component { ...@@ -11,13 +11,6 @@ class Editor extends React.Component {
constructor (props) { constructor (props) {
super(props) super(props)
console.log(props.options)
// placeholder({
// text: props.placeholder,
// className: props.placeholderClassName
// })
this.state = { this.state = {
state: EditorState.create(props.options) state: EditorState.create(props.options)
} }
......
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