fixup "Insert all markets instead of just one"
This commit is contained in:
parent
83028681f4
commit
5ba1e76886
|
@ -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>`)
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue
Block a user