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}
|
{...boxProps}
|
||||||
>
|
>
|
||||||
<CodeEditor
|
<CodeEditor
|
||||||
|
autoCursor={false}
|
||||||
onBlur={onBlur}
|
onBlur={onBlur}
|
||||||
value={value}
|
value={value}
|
||||||
options={options}
|
options={options}
|
||||||
|
Loading…
Reference in New Issue
Block a user