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

change order

parent be5b987c
No related branches found
No related tags found
1 merge request!119Comment service
......@@ -72,11 +72,11 @@ export default {
new TextToolGroupService(),
new ListsService(),
new LinkService(),
new InlineAnnotationsService(),
new TrackChangeService(),
new CommentsService(),
new PlaceholderService(),
new ImageService(),
new InlineAnnotationsService(),
new TablesService(),
new BaseService(),
new BaseToolGroupService(),
......
......@@ -3,7 +3,7 @@ import deletionMark from "./deletionMark";
import formatChangeMark from "./formatChangeMark";
export default {
format_change: formatChangeMark,
insertion: insertionMark,
deletion: deletionMark,
format_change: formatChangeMark
deletion: deletionMark
};
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