1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-21 17:53:08 -05:00
This commit is contained in:
syuilo 2025-03-31 11:13:02 +09:00
parent 8baf54e629
commit 49f1f7194d

View file

@ -27,7 +27,7 @@ SPDX-License-Identifier: AGPL-3.0-only
v-for="id in ids"
:ref="id"
:key="id"
:class="$style.column"
:class="[$style.column, { '_shadow': withWallpaper }]"
:column="columns.find(c => c.id === id)!"
:isStacked="ids.length > 1"
@headerWheel="onWheel"