feat: remove keepInBounds

This commit is contained in:
Philipp Kühn
2021-04-16 10:46:50 +02:00
parent 9335858392
commit d7282f168b
5 changed files with 2 additions and 18 deletions

View File

@@ -6,7 +6,6 @@ import tippy from 'tippy.js'
export interface BubbleMenuPluginProps {
editor: Editor,
element: HTMLElement,
keepInBounds: boolean,
}
export type BubbleMenuViewProps = BubbleMenuPluginProps & {