Fix the bug where toggleShowingTall does not work

This commit is contained in:
Tusooa Zhu 2021-08-08 09:46:10 -04:00
parent 46feecee70
commit b7e179c1fe
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224

View file

@ -22,7 +22,7 @@
:controlled-showing-tall="currentProp.showingTall"
:controlled-expanding-subject="currentProp.expandingSubject"
:controlled-showing-long-subject="currentProp.showingLongSubject"
:controlled-toggle-showing-tall="() => toggleCurrentProp('ShowingTall')"
:controlled-toggle-showing-tall="() => toggleCurrentProp('showingTall')"
:controlled-toggle-expanding-subject="() => toggleCurrentProp('expandingSubject')"
:controlled-toggle-showing-long-subject="() => toggleCurrentProp('showingLongSubject')"
:dive="dive ? () => dive(status.id) : undefined"