mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
Merge branch 'mp/publish/autocursor' (#3620)
* origin/mp/publish/autocursor: publish: disable cursor position reset on rerender Signed-off-by: Matilde Park <matilde@tlon.io>
This commit is contained in:
commit
5b3c220c30
@ -63,6 +63,7 @@ export function MarkdownEditor(
|
||||
{...boxProps}
|
||||
>
|
||||
<CodeEditor
|
||||
autoCursor={false}
|
||||
onBlur={onBlur}
|
||||
value={value}
|
||||
options={options}
|
||||
|
Loading…
Reference in New Issue
Block a user