From fe436e33f249d5b3e2cbbb22dcfe7a2e7edf2c1c Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 5 Mar 2025 01:42:52 +0200 Subject: [PATCH] fix error on pinned action buttons --- src/components/status_action_buttons/action_button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status_action_buttons/action_button.js b/src/components/status_action_buttons/action_button.js index 87c5bb1e5..e722bc31c 100644 --- a/src/components/status_action_buttons/action_button.js +++ b/src/components/status_action_buttons/action_button.js @@ -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 {