You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Web UI, when I check or uncheck an item on a memo that is expanded using "Show more", the memo collapses, so that it has to be expanded again to see the full list. Instead, the memo should stay expanded.
Steps to reproduce
Go to a memo that contains checkboxes and more than 10 lines (so that "Show more" is available)
Click on "Show more" to view the whole memo
Check or uncheck any checkbox item.
The check is applied, then the memo is collapsed
The version of Memos you're using
v0.23.0
Screenshots or additional context
No response
The text was updated successfully, but these errors were encountered:
From memory, I believe this had something to do with the editor read more / read less state value being reset on component re renders so on checkbox click the editor re renders and the state gets set back to read more, or something to that effect. I'd imagine the state needs to get managed up a level where re rendering would not affect it.
X1Vi
pushed a commit
to X1Vi/memos
that referenced
this issue
Jan 7, 2025
Describe the bug
In the Web UI, when I check or uncheck an item on a memo that is expanded using "Show more", the memo collapses, so that it has to be expanded again to see the full list. Instead, the memo should stay expanded.
Steps to reproduce
The version of Memos you're using
v0.23.0
Screenshots or additional context
No response
The text was updated successfully, but these errors were encountered: