|
|
@ -505,7 +505,7 @@ const MemoEditor = observer((props: Props) => {
|
|
|
|
<TagSelector editorRef={editorRef} />
|
|
|
|
<TagSelector editorRef={editorRef} />
|
|
|
|
<MarkdownMenu editorRef={editorRef} />
|
|
|
|
<MarkdownMenu editorRef={editorRef} />
|
|
|
|
<UploadAttachmentButton isUploading={state.isUploadingAttachment} />
|
|
|
|
<UploadAttachmentButton isUploading={state.isUploadingAttachment} />
|
|
|
|
<AddMemoRelationPopover editorRef={editorRef} />
|
|
|
|
<AddMemoRelationPopover />
|
|
|
|
<LocationSelector
|
|
|
|
<LocationSelector
|
|
|
|
location={state.location}
|
|
|
|
location={state.location}
|
|
|
|
onChange={(location) =>
|
|
|
|
onChange={(location) =>
|
|
|
|