Skip to content
Snippets Groups Projects
Commit dee473a7 authored by chris's avatar chris Committed by john
Browse files

fix

parent 9d26e7ac
No related branches found
No related tags found
No related merge requests found
import { import {
ProseEditor, ProseEditor
Toolbar
} from 'substance' } from 'substance'
import ContainerEditor from '../ContainerEditor' import ContainerEditor from '../ContainerEditor'
...@@ -46,7 +45,11 @@ class NotesEditor extends ProseEditor { ...@@ -46,7 +45,11 @@ class NotesEditor extends ProseEditor {
.attr('id', 'notes-editor-content-panel') .attr('id', 'notes-editor-content-panel')
.ref('notesEditorContentPanel') .ref('notesEditorContentPanel')
el.append(contentPanel) el.append($$(SplitPane, { sizeA: '100%', splitType: 'horizontal' })
.append(
contentPanel,
$$('div')
))
return el return el
} }
......
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