Skip to content

Commit

Permalink
fix(documentation) Fix erratic cursor in documentation editor bug (#5411
Browse files Browse the repository at this point in the history
)

Co-authored-by: Chris Collins <[email protected]>
  • Loading branch information
chriscollins3456 and Chris Collins authored Jul 18, 2022
1 parent 024797d commit d020f42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const DescriptionEditor = ({ onComplete }: { onComplete?: () => void }) =
</Button>
</TabToolbar>
<StyledMDEditor
value={description}
value={updatedDescription}
onChange={(v) => handleEditorChange(v || '')}
preview="live"
visiableDragbar={false}
Expand Down

0 comments on commit d020f42

Please sign in to comment.