From 5ba1e768868440030fb9dde6c7bf2990b8b9283f Mon Sep 17 00:00:00 2001 From: Sinclair Chen Date: Wed, 10 Aug 2022 16:36:32 -0700 Subject: [PATCH] fixup "Insert all markets instead of just one" --- web/components/contract/contract-description.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/contract/contract-description.tsx b/web/components/contract/contract-description.tsx index 1b2a831d..9bf2114b 100644 --- a/web/components/contract/contract-description.tsx +++ b/web/components/contract/contract-description.tsx @@ -95,6 +95,7 @@ function RichEditContract(props: { contract: Contract; isAdmin?: boolean }) { size="xs" onClick={() => { setEditing(true) + editor?.commands.focus('end') insertContent(editor, `

${editTimestamp()}

`) }} >