Skip to content
Snippets Groups Projects
Commit 657ea3a0 authored by chris's avatar chris
Browse files

pass schema

parent c7f2a94e
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ const getDocContent = (schema, serializer, targetFormat, context) => {
const serialize = serializer(schema);
content = serialize(context.app.context.pmViews.main.state.doc.content);
}
revertNotesSchema(content);
revertNotesSchema(schema);
return content;
};
......
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