Skip to content

Commit

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

Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2-280.lan>
  • Loading branch information
2 people authored and maggiehays committed Aug 1, 2022
1 parent 691b382 commit 094e27a
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 094e27a

Please sign in to comment.