最近使用した絵文字からリアクションピッカーに設定してある絵文字は除外するように

This commit is contained in:
syuilo 2020-11-08 13:58:16 +09:00
parent 4299e3f90c
commit c6a009dbae
2 changed files with 10 additions and 7 deletions

View file

@ -82,7 +82,7 @@ export default defineComponent({
preview(ev) {
if (this.$store.state.device.useFullReactionPicker) {
os.popup(import('@/components/emoji-picker.vue'), {
reactions: this.splited,
overridePinned: this.splited,
src: ev.currentTarget || ev.target,
}, {}, 'closed');
} else {