mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-19 14:53:00 +08:00
rename type
This commit is contained in:
parent
6f5a96d2e5
commit
df58611810
@ -9,7 +9,7 @@ export interface BubbleMenuPluginProps {
|
||||
keepInBounds: boolean,
|
||||
}
|
||||
|
||||
export type BubbleMenuViewOptions = BubbleMenuPluginProps & {
|
||||
export type BubbleMenuViewProps = BubbleMenuPluginProps & {
|
||||
view: EditorView,
|
||||
}
|
||||
|
||||
@ -37,7 +37,7 @@ export class BubbleMenuView {
|
||||
element,
|
||||
keepInBounds,
|
||||
view,
|
||||
}: BubbleMenuViewOptions) {
|
||||
}: BubbleMenuViewProps) {
|
||||
this.editor = editor
|
||||
this.element = element
|
||||
this.keepInBounds = keepInBounds
|
||||
|
Loading…
Reference in New Issue
Block a user