diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2021-02-27 13:08:34 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2021-02-27 13:08:34 +0900 |
| commit | f29d417b30be5479a04a1898b883d9fa1cf11fe9 (patch) | |
| tree | 64dc364352829609481c141bae38bcf4228ab5c9 /src/client/components/note.vue | |
| parent | localeが古い場合自動更新するように (diff) | |
| download | sharkey-f29d417b30be5479a04a1898b883d9fa1cf11fe9.tar.gz sharkey-f29d417b30be5479a04a1898b883d9fa1cf11fe9.tar.bz2 sharkey-f29d417b30be5479a04a1898b883d9fa1cf11fe9.zip | |
絵文字ピッカーを常に表示するように
Resolve #7265
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 377e5991b2..6af0668e2e 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -498,7 +498,7 @@ export default defineComponent({ react(viaKeyboard = false) { pleaseLogin(); this.blur(); - os.popup(import('@/components/emoji-picker.vue'), { + os.popup(import('@/components/emoji-picker-dialog.vue'), { src: this.$refs.reactButton, asReactionPicker: true }, { |