mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: always show full content when pinned
This commit is contained in:
@@ -227,7 +227,7 @@ const MemoView: React.FC<Props> = (props: Props) => {
|
||||
readonly={readonly}
|
||||
onClick={handleMemoContentClick}
|
||||
onDoubleClick={handleMemoContentDoubleClick}
|
||||
compact={props.compact}
|
||||
compact={memo.pinned ? false : props.compact} // Always show full content when pinned.
|
||||
parentPage={parentPage}
|
||||
/>
|
||||
{memo.location && <MemoLocationView location={memo.location} />}
|
||||
|
||||
Reference in New Issue
Block a user