mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 21:33:11 +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>
|
</Button>
|
||||||
</TabToolbar>
|
</TabToolbar>
|
||||||
<StyledMDEditor
|
<StyledMDEditor
|
||||||
value={description}
|
value={updatedDescription}
|
||||||
onChange={(v) => handleEditorChange(v || '')}
|
onChange={(v) => handleEditorChange(v || '')}
|
||||||
preview="live"
|
preview="live"
|
||||||
visiableDragbar={false}
|
visiableDragbar={false}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user