mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix memo content click handler
This commit is contained in:
@ -178,12 +178,7 @@ const MemoCardDialog: React.FC<Props> = (props: Props) => {
|
||||
</div>
|
||||
</div>
|
||||
<div className="memo-container">
|
||||
<MemoContent
|
||||
className=""
|
||||
displayConfig={{ enableExpand: false }}
|
||||
content={memo.content}
|
||||
onMemoContentClick={handleMemoContentClick}
|
||||
/>
|
||||
<MemoContent displayConfig={{ enableExpand: false }} content={memo.content} onMemoContentClick={handleMemoContentClick} />
|
||||
<MemoResources memo={memo} />
|
||||
</div>
|
||||
<div className="layer-container"></div>
|
||||
|
Reference in New Issue
Block a user