forked from AkkomaGang/akkoma-fe
Fix the bug where toggleShowingTall does not work
This commit is contained in:
parent
3addc36c96
commit
bdf631c2c4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
:controlled-showing-tall="currentProp.showingTall"
|
:controlled-showing-tall="currentProp.showingTall"
|
||||||
:controlled-expanding-subject="currentProp.expandingSubject"
|
:controlled-expanding-subject="currentProp.expandingSubject"
|
||||||
:controlled-showing-long-subject="currentProp.showingLongSubject"
|
: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-expanding-subject="() => toggleCurrentProp('expandingSubject')"
|
||||||
:controlled-toggle-showing-long-subject="() => toggleCurrentProp('showingLongSubject')"
|
:controlled-toggle-showing-long-subject="() => toggleCurrentProp('showingLongSubject')"
|
||||||
:dive="dive ? () => dive(status.id) : undefined"
|
:dive="dive ? () => dive(status.id) : undefined"
|
||||||
|
|
Loading…
Reference in a new issue