diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-11-18 12:09:14 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-11-18 12:09:14 +0900 |
| commit | c4f7e6659fadeaedd2b3369ee99a0c3615a7e374 (patch) | |
| tree | 39a6ff74ac1fd42d214c91fc3847ed84281289bd /src/client/components/note.vue | |
| parent | Improve usability (diff) | |
| download | sharkey-c4f7e6659fadeaedd2b3369ee99a0c3615a7e374.tar.gz sharkey-c4f7e6659fadeaedd2b3369ee99a0c3615a7e374.tar.bz2 sharkey-c4f7e6659fadeaedd2b3369ee99a0c3615a7e374.zip | |
Improve reaction picker
Diffstat (limited to 'src/client/components/note.vue')
| -rw-r--r-- | src/client/components/note.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/note.vue b/src/client/components/note.vue index 3f3e0c30be..071acf7c90 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -500,7 +500,7 @@ export default defineComponent({ this.blur(); os.popup(import('@/components/emoji-picker.vue'), { src: this.$refs.reactButton, - compact: !this.$store.state.device.useFullReactionPicker + asReactionPicker: true }, { done: reaction => { if (reaction) { |