mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: add memo actions to memo detail page
This commit is contained in:
@ -135,7 +135,7 @@ const MemoView: React.FC<Props> = (props: Props) => {
|
||||
)}
|
||||
{currentUser && <ReactionSelector className="border-none" memo={memo} />}
|
||||
</div>
|
||||
{!readonly && <MemoActionMenu memo={memo} showPinned={props.showPinned} />}
|
||||
{!readonly && <MemoActionMenu memo={memo} hiddenActions={props.showPinned ? [] : ["pin"]} />}
|
||||
</div>
|
||||
</div>
|
||||
<MemoContent
|
||||
|
Reference in New Issue
Block a user