Added image upload indicator
This commit is contained in:
@ -25,6 +25,7 @@ const Editor = observer((props) => {
|
||||
onSave={ props.onSave }
|
||||
onCancel={ props.onCancel }
|
||||
togglePreview={ props.togglePreview }
|
||||
toggleUploadingIndicator={ store.toggleUploadingIndicator }
|
||||
/>
|
||||
</EditorPane>
|
||||
{ store.preview ? (
|
||||
|
Reference in New Issue
Block a user