improve link handling

This commit is contained in:
Philipp Kühn
2018-11-14 15:55:13 +01:00
parent df05a1d6ca
commit 21c8ad852a
4 changed files with 66 additions and 2 deletions

View File

@@ -4,4 +4,9 @@ export { default as EditorContent } from './Components/EditorContent'
export { default as EditorMenuBar } from './Components/EditorMenuBar'
export { default as EditorMenuBubble } from './Components/EditorMenuBubble'
export { default as EditorFloatingMenu } from './Components/EditorFloatingMenu'
export { Plugin, PluginKey } from 'prosemirror-state'
export {
Plugin,
PluginKey,
TextSelection,
NodeSelection,
} from 'prosemirror-state'