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

correct order of services

parent b6512d5d
No related branches found
No related tags found
1 merge request!109Track changes ids
...@@ -56,26 +56,26 @@ export default { ...@@ -56,26 +56,26 @@ export default {
PmPlugins: [columnResizing(), tableEditing(), invisibles([hardBreak()])], PmPlugins: [columnResizing(), tableEditing(), invisibles([hardBreak()])],
// Always load first TrackChangeService, // Always load first CommentsService and LinkService,
//as it matters on how PM treats nodes and marks //as it matters on how PM treats nodes and marks
services: [ services: [
new DisplayBlockLevelService(),
new DisplayToolGroupService(),
new TextBlockLevelService(),
new TextToolGroupService(),
new ListsService(),
new TrackChangeService(), new TrackChangeService(),
new CommentsService(), new CommentsService(),
new LinkService(), new LinkService(),
new PlaceholderService(), new PlaceholderService(),
new ImageService(), new ImageService(),
new ListsService(),
new InlineAnnotationsService(), new InlineAnnotationsService(),
new TablesService(), new TablesService(),
new TextBlockLevelService(),
new BaseService(), new BaseService(),
new BaseToolGroupService(), new BaseToolGroupService(),
new DisplayBlockLevelService(),
new NoteService(), new NoteService(),
new TableToolGroupService(), new TableToolGroupService(),
new DisplayToolGroupService(),
new ImageToolGroupService(), new ImageToolGroupService(),
new TextToolGroupService(),
new AnnotationToolGroupService(), new AnnotationToolGroupService(),
new NoteToolGroupService(), new NoteToolGroupService(),
new ListToolGroupService() new ListToolGroupService()
......
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