summaryrefslogtreecommitdiff
path: root/src/client/components/note.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-11-18 12:09:14 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-11-18 12:09:14 +0900
commitc4f7e6659fadeaedd2b3369ee99a0c3615a7e374 (patch)
tree39a6ff74ac1fd42d214c91fc3847ed84281289bd /src/client/components/note.vue
parentImprove usability (diff)
downloadsharkey-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.vue2
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) {