fixup "Insert all markets instead of just one"

This commit is contained in:
Sinclair Chen 2022-08-10 16:36:32 -07:00
parent 83028681f4
commit 5ba1e76886

View File

@ -95,6 +95,7 @@ function RichEditContract(props: { contract: Contract; isAdmin?: boolean }) {
size="xs"
onClick={() => {
setEditing(true)
editor?.commands.focus('end')
insertContent(editor, `<p>${editTimestamp()}</p>`)
}}
>