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

track comments tool

parent fc84efa9
No related branches found
No related tags found
1 merge request!519Move tool groups
......@@ -22,7 +22,6 @@ import {
HighlightService,
BottomInfoService,
TransformService,
TrackCommentOptionsToolGroupService,
CustomTagService,
disallowPasteImagesPlugin,
BlockDropDownToolGroupService,
......@@ -208,6 +207,5 @@ export default {
new HighlightService(),
new BottomInfoService(),
new TransformService(),
new TrackCommentOptionsToolGroupService(),
],
};
......@@ -22,7 +22,6 @@ import {
HighlightService,
BottomInfoService,
TransformService,
TrackCommentOptionsToolGroupService,
CustomTagService,
OENContainersService,
} from 'wax-prosemirror-services';
......@@ -206,6 +205,5 @@ export default {
new HighlightService(),
new BottomInfoService(),
new TransformService(),
new TrackCommentOptionsToolGroupService(),
],
};
......@@ -37,7 +37,6 @@ ToolGroups
*/
export { default as DisplayTextToolGroupService } from './src/WaxToolGroups/DisplayTextToolGroupService/DisplayTextToolGroupService';
export { default as BlockDropDownToolGroupService } from './src/WaxToolGroups/BlockDropDownToolGroupService/BlockDropDownToolGroupService';
export { default as TrackCommentOptionsToolGroupService } from './src/WaxToolGroups/TrackCommentOptionsToolGroupService/TrackCommentOptionsToolGroupService';
/* Plugins */
export { default as disallowPasteImagesPlugin } from './src/ImageService/plugins/disallowPasteImagesPlugin';
......@@ -4,6 +4,7 @@ import RejectTrackChangeService from './RejectTrackChangeService/RejectTrackChan
import ShowHideTrackChangeService from './ShowHideTrackChangeService/ShowHideTrackChangeService';
import TrackingAndEditingToolGroupService from './TrackingAndEditingToolGroupService/TrackingAndEditingToolGroupService';
import TrackOptionsToolGroupService from './TrackOptionsToolGroupService/TrackOptionsToolGroupService';
import TrackCommentOptionsToolGroupService from './TrackCommentOptionsToolGroupService/TrackCommentOptionsToolGroupService';
export default [
new EnableTrackChangeService(),
......@@ -12,4 +13,5 @@ export default [
new ShowHideTrackChangeService(),
new TrackingAndEditingToolGroupService(),
new TrackOptionsToolGroupService(),
new TrackCommentOptionsToolGroupService(),
];
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