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:
Matilde Park 2020-10-01 00:24:24 -04:00
commit 5b3c220c30

View File

@ -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}