From c4f7e6659fadeaedd2b3369ee99a0c3615a7e374 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 18 Nov 2020 12:09:14 +0900 Subject: Improve reaction picker --- src/client/components/note.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/components/note.vue') 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) { -- cgit v1.2.3-freya