@fileverse-dev/ddoc 2.0.8-patch-4 → 2.0.8-patch-5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +2143 -2136
- package/dist/package/components/editor-utils.d.ts +2 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
@@ -69,10 +69,11 @@ export declare const LinkPopup: ({ elementRef, editor, setToolVisibility, bubble
|
|
69
69
|
setIsLinkPopupOpen?: Dispatch<SetStateAction<boolean>>;
|
70
70
|
onError?: (errorString: string) => void;
|
71
71
|
}) => import("react/jsx-runtime").JSX.Element;
|
72
|
-
export declare const InlineCommentPopup: ({ elementRef, editor, setIsCommentSectionOpen, inlineCommentData, setInlineCommentData, }: {
|
72
|
+
export declare const InlineCommentPopup: ({ elementRef, editor, setIsCommentSectionOpen, setIsInlineCommentOpen, inlineCommentData, setInlineCommentData, }: {
|
73
73
|
elementRef: React.RefObject<HTMLDivElement>;
|
74
74
|
editor: Editor;
|
75
75
|
setIsCommentSectionOpen: Dispatch<SetStateAction<boolean>>;
|
76
|
+
setIsInlineCommentOpen: Dispatch<SetStateAction<boolean>>;
|
76
77
|
inlineCommentData: {
|
77
78
|
highlightedTextContent: string;
|
78
79
|
inlineCommentText: string;
|