mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-31 04:25:29 +00:00
fix(documentation) Fix erratic cursor in documentation editor bug (#5411)
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2-280.lan>
This commit is contained in:
parent
024797df0d
commit
d020f42d38
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user