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

remove tool

parent 8692e779
No related branches found
No related tags found
1 merge request!495Publish@0.8.15
import { Service } from 'wax-prosemirror-core'; import { Service } from 'wax-prosemirror-core';
import AskAIOverlay from './components/AskAIOverlay'; import AskAIOverlay from './components/AskAIOverlay';
import AskAiSelectionPlugin from './plugins/AskAiSelectionPlugin'; import AskAiSelectionPlugin from './plugins/AskAiSelectionPlugin';
import AiToolGroupService from './AiToolGroupService/AiToolGroupService'; // import AiToolGroupService from './AiToolGroupService/AiToolGroupService';
import ToggleAiTool from './ToggleAiTool'; // import ToggleAiTool from './ToggleAiTool';
import './AskAiContent.css'; import './AskAiContent.css';
class AskAiContentService extends Service { class AskAiContentService extends Service {
...@@ -31,10 +31,10 @@ class AskAiContentService extends Service { ...@@ -31,10 +31,10 @@ class AskAiContentService extends Service {
} }
register() { register() {
this.container.bind('ToggleAiTool').to(ToggleAiTool); // this.container.bind('ToggleAiTool').to(ToggleAiTool);
} }
dependencies = [new AiToolGroupService()]; // dependencies = [new AiToolGroupService()];
} }
export default AskAiContentService; export default AskAiContentService;
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