Skip to content

Commit 5ef360f

Browse files
committed
save
1 parent e3a6cda commit 5ef360f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/react/self-hosting/forms/page-mode-demo/components/document/document-canvas.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ interface QuestionSectionProps {
294294
sectionRef: React.RefObject<HTMLDivElement | null>
295295
value: string
296296
onChange: (value: string) => void
297+
activeCommentToolId: string | null
297298
}
298299

299300
const QuestionSection = ({ question, sectionRef, value, onChange, activeCommentToolId }: QuestionSectionProps) => {

0 commit comments

Comments
 (0)