最近使用した絵文字からリアクションピッカーに設定してある絵文字は除外するように
This commit is contained in:
parent
4299e3f90c
commit
c6a009dbae
2 changed files with 10 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue