fix error on pinned action buttons

This commit is contained in:
Henry Jameson 2025-03-05 01:42:52 +02:00
commit fe436e33f2

View file

@ -120,7 +120,7 @@ export default {
this.$store.dispatch('reactWithEmoji', { id: this.status.id, emoji })
}
},
doActionWrap (button, close) {
doActionWrap (button, close = () => {}) {
if (button.name === 'emoji') {
this.$refs.picker.showPicker()
} else {