feat: Delete user
preview + snapshot
preview + coordinates update
This commit is contained in:
@ -418,7 +418,7 @@ export const CreateRightTab = observer(
|
||||
<Box sx={{ minHeight: 200, flexGrow: 1 }}>
|
||||
<ReactMarkdownEditor
|
||||
value={currentRightArticle.body}
|
||||
onChange={(mdValue) =>
|
||||
onChange={(mdValue: any) =>
|
||||
activeArticleIndex !== null &&
|
||||
updateRightArticleInfo(
|
||||
activeArticleIndex,
|
||||
|
Reference in New Issue
Block a user