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

remove comment

parent 3d94b0cf
No related branches found
No related tags found
No related merge requests found
...@@ -150,16 +150,16 @@ export default { ...@@ -150,16 +150,16 @@ export default {
{ label: 'custom-tag-label-3', tagType: 'block' }, { label: 'custom-tag-label-3', tagType: 'block' },
{ label: 'label 2', tagType: 'block' }, { label: 'label 2', tagType: 'block' },
], ],
// updateTags: saveTags, updateTags: saveTags,
},
YjsService: {
// eslint-disable-next-line no-restricted-globals
connectionUrl: 'ws://localhost:4000',
docIdentifier: 'prosemirror-demo',
}, },
// YjsService: {
// // eslint-disable-next-line no-restricted-globals
// connectionUrl: 'ws://localhost:4000',
// docIdentifier: 'prosemirror-demo',
// },
services: [ services: [
new YjsService(), // new YjsService(),
new CustomTagService(), new CustomTagService(),
new DisplayBlockLevelService(), new DisplayBlockLevelService(),
new DisplayToolGroupService(), new DisplayToolGroupService(),
......
...@@ -73,7 +73,7 @@ const Editors = () => { ...@@ -73,7 +73,7 @@ const Editors = () => {
case 'oen': case 'oen':
return <OEN />; return <OEN />;
default: default:
return <Editoria />; return <HHMI />;
} }
}; };
......
...@@ -83,6 +83,7 @@ export default ({ comment, top, commentId, recalculateTops }) => { ...@@ -83,6 +83,7 @@ export default ({ comment, top, commentId, recalculateTops }) => {
commentMark, commentMark,
), ),
); );
activeView.dispatch( activeView.dispatch(
activeView.state.tr activeView.state.tr
.addMark( .addMark(
......
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