Skip to content
Snippets Groups Projects
Commit 46bf16bd authored by Giannis Kopanas's avatar Giannis Kopanas
Browse files

fix(load) editor loading

parent a04584ac
No related branches found
No related tags found
1 merge request!45Develop
......@@ -4,6 +4,7 @@ import {
MenuService,
RulesService,
ShortCutsService,
AnnotationToolGroupService,
/*TODO MOVE FROM DEFAULT CONFIG*/
ImageService,
PlaceholderService,
......@@ -27,6 +28,7 @@ export default {
new ShortCutsService(),
new LayoutService(),
new MenuService(),
new AnnotationToolGroupService(),
new ListToolGroupService(),
new TextStyleService(),
new PlaceholderService(),
......
import Service from "wax-prosemirror-core/src/services/Service";
import LinkComponent from "./LinkComponent";
import LinkPlugin from "./pmPlugins/LinkPlugin";
import { linkMark } from "wax-prosemirror-schema";
import LinkTool from "./LinkTool";
import { OverlayService } from "../..";
......
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