Skip to content
Snippets Groups Projects

Add feedback

Merged Christos requested to merge add-feedback into master
3 files
+ 4
7
Compare changes
  • Side-by-side
  • Inline
Files
3
  • 8792b1b7
    fixes · 8792b1b7
    chris authored
@@ -8,7 +8,6 @@ import {
BaseToolGroupService,
LinkService,
} from 'wax-prosemirror-services';
import { WaxSelectionPlugin } from 'wax-prosemirror-plugins';
const config = {
MenuService: [
@@ -29,7 +28,7 @@ const config = {
ShortCutsService: {},
LinkService: {},
SchemaService: DefaultSchema,
PmPlugins: [WaxSelectionPlugin],
PmPlugins: [],
services: [
new InlineAnnotationsService(),