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

cleanup

parent ea89f982
No related branches found
No related tags found
1 merge request!328Inline node view
import { nodes } from 'prosemirror-schema-basic';
import { AbstractNodeView } from 'wax-prosemirror-services';
export default class MultipleChoiceNodeView extends AbstractNodeView {
......
......@@ -44,7 +44,6 @@ export default props => {
if (!mounted) {
context.app.bootServices();
console.log(context);
}
const setEditorRef = useCallback(
......
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