mirror of
https://github.com/usememos/memos.git
synced 2025-01-04 11:33:06 +08:00
fix: show full content in detail page (#1375)
This commit is contained in:
parent
eb835948b7
commit
7f44a73fd0
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ const MemoDetail = () => {
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<MemoContent className="memo-content" content={state.memo.content} onMemoContentClick={() => undefined} />
|
||||
<MemoContent className="memo-content" content={state.memo.content} showFull={true} onMemoContentClick={() => undefined} />
|
||||
<MemoResources resourceList={state.memo.resourceList} />
|
||||
</div>
|
||||
</main>
|
||||
|
|
Loading…
Reference in a new issue