Skip to content

Commit

Permalink
takes commentID from parent before creating a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Patel committed May 12, 2022
1 parent 1058b31 commit f69094e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/packages/excalidraw/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const ExcalidrawBase = (props: ExcalidrawProps) => {
autoFocus = false,
generateIdForFile,
onLinkOpen,
registerComment,
user,
} = props;

Expand Down Expand Up @@ -102,6 +103,7 @@ const ExcalidrawBase = (props: ExcalidrawProps) => {
generateIdForFile={generateIdForFile}
onLinkOpen={onLinkOpen}
user={user}
registerComment={registerComment}
/>
</Provider>
</InitializeApp>
Expand Down
2 changes: 1 addition & 1 deletion src/packages/excalidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@excalidraw/excalidraw",
"version": "0.12.0",
"version": "0.12.1",
"main": "main.js",
"types": "types/packages/excalidraw/index.d.ts",
"files": [
Expand Down

0 comments on commit f69094e

Please sign in to comment.