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

cleanup linkService

parent fa4b6566
No related branches found
No related tags found
1 merge request!61Develop
......@@ -5,10 +5,8 @@ import { linkMark } from "wax-prosemirror-schema";
import LinkTool from "./LinkTool";
import { OverlayService } from "../..";
const PLUGIN_KEY = "LinkPlugin";
export default class LinkService extends Service {
name = "LinkPlugin";
name = "LinkService";
boot() {
const createOverlay = this.container.get("CreateOverlay");
......
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