Unverified Commit 7f44a73f authored by Zeng1998's avatar Zeng1998 Committed by GitHub

fix: show full content in detail page (#1375)

parent eb835948
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment