diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-12-08 10:36:26 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-12-08 10:36:26 +0900 |
| commit | 596f92cfccdc3f7877ac16e5ddfb3dc489eb5fc2 (patch) | |
| tree | 7e2262ec1da66fd28676bdd9f21e05ff03281ae7 /src/client/app/mobile/views/components/note.vue | |
| parent | Add comment (diff) | |
| download | sharkey-596f92cfccdc3f7877ac16e5ddfb3dc489eb5fc2.tar.gz sharkey-596f92cfccdc3f7877ac16e5ddfb3dc489eb5fc2.tar.bz2 sharkey-596f92cfccdc3f7877ac16e5ddfb3dc489eb5fc2.zip | |
[Client] Improve cw-button
Diffstat (limited to 'src/client/app/mobile/views/components/note.vue')
| -rw-r--r-- | src/client/app/mobile/views/components/note.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/note.vue b/src/client/app/mobile/views/components/note.vue index f9179cd934..1815cff4f3 100644 --- a/src/client/app/mobile/views/components/note.vue +++ b/src/client/app/mobile/views/components/note.vue @@ -17,7 +17,7 @@ <div class="body" v-if="appearNote.deletedAt == null"> <p v-if="appearNote.cw != null" class="cw"> <misskey-flavored-markdown v-if="appearNote.cw != ''" class="text" :text="appearNote.cw" :author="appearNote.user" :i="$store.state.i" :custom-emojis="appearNote.emojis" /> - <mk-cw-button v-model="showContent"/> + <mk-cw-button v-model="showContent" :note="appearNote"/> </p> <div class="content" v-show="appearNote.cw == null || showContent"> <div class="text"> |