mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-29 05:38:30 +01:00
fix MkDataCell.vue
This commit is contained in:
parent
de00b0575a
commit
a0807edb40
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
[needsContentCentering ? $style.center : {}],
|
||||
]"
|
||||
>
|
||||
<div v-if="!editing" ref="contentAreaEl" :class="$style.contentArea">
|
||||
<div :class="$style.content">
|
||||
<div v-if="!editing" :class="$style.contentArea">
|
||||
<div ref="contentAreaEl" :class="$style.content">
|
||||
<div v-if="cellType === 'text'">
|
||||
{{ cell.value }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue