feat: Link feature add search function

This commit is contained in:
xiaodong zuo
2022-09-01 10:44:21 +08:00
parent 73d6e34c5d
commit e18a35989f
9 changed files with 367 additions and 2 deletions
@@ -4,4 +4,5 @@ export { GroupMenuPlugin } from './group-menu';
export { InlineMenuPlugin } from './inline-menu';
export { LeftMenuPlugin } from './left-menu/LeftMenuPlugin';
export { MENU_WIDTH as menuWidth } from './left-menu/menu-config';
export { LinkMenuPlugin } from './link-menu';
export { SelectionGroupPlugin } from './selection-group-menu';