Skip to content

Commit

Permalink
fix emoji picker regression
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriha-chan committed Dec 23, 2023
1 parent 381e926 commit 098b0ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/scripts/emoji-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class EmojiPicker {
const emojisRef = defaultStore.reactiveState.pinnedEmojis;
await popup(defineAsyncComponent(() => import('@/components/MkEmojiPickerDialog.vue')), {
src: this.src,
pinnedEmojis: emojisRef,
asReactionPicker: false,
manualShowing: this.manualShowing,
choseAndClose: false,
Expand Down

0 comments on commit 098b0ce

Please sign in to comment.