Skip to content
Snippets Groups Projects
Commit 57c863d4 authored by chris's avatar chris
Browse files

cleanup

parent 6b766bc7
No related branches found
No related tags found
No related merge requests found
Pipeline #59982 passed with stages
in 6 minutes and 47 seconds
......@@ -5,7 +5,6 @@ import useDeepCompareEffect from 'use-deep-compare-effect';
import { each, uniqBy, sortBy, groupBy } from 'lodash';
import { WaxContext, DocumentHelpers } from 'wax-prosemirror-core';
import BoxList from './BoxList';
import { CommentDecorationPluginKey } from '../plugins/CommentDecorationPlugin';
export default ({ area, users }) => {
const context = useContext(WaxContext);
......@@ -14,7 +13,7 @@ export default ({ area, users }) => {
pmViews: { main },
app,
activeView,
options: { comments, commentsMap },
options: { comments },
} = context;
const commentPlugin = app.PmPlugins.get('commentPlugin');
......
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