-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Hello,
My issue is that the button to expand the text only works on the first try. When I load the screen, I can expand the text correctly. However, when I try to collapse it, it looks like it's collapsing but then it expands again and then the button does not collapse or expand anything anymore. Running debug I can see that it is running collapse() method... It just is not correctly collapsing.
Expands fine here
Starts to collapse but gets about halfway before expanding again. Does not work after this
arslancharyev31