chore: Upgrade all of prosemirror (#5366)
Co-authored-by: Apoorv Mishra <apoorvmishra101092@gmail.com>
This commit is contained in:
@@ -16,9 +16,7 @@ export default class ComponentView {
|
||||
node: ProsemirrorNode;
|
||||
view: EditorView;
|
||||
getPos: () => number;
|
||||
decorations: Decoration<{
|
||||
[key: string]: any;
|
||||
}>[];
|
||||
decorations: Decoration[];
|
||||
|
||||
isSelected = false;
|
||||
dom: HTMLElement | null;
|
||||
@@ -39,9 +37,7 @@ export default class ComponentView {
|
||||
node: ProsemirrorNode;
|
||||
view: EditorView;
|
||||
getPos: () => number;
|
||||
decorations: Decoration<{
|
||||
[key: string]: any;
|
||||
}>[];
|
||||
decorations: Decoration[];
|
||||
}
|
||||
) {
|
||||
this.component = component;
|
||||
|
||||
Reference in New Issue
Block a user