diff --git a/changelog.d/actions-extra-tap.fix b/changelog.d/actions-extra-tap.fix new file mode 100644 index 000000000..cb54c2e35 --- /dev/null +++ b/changelog.d/actions-extra-tap.fix @@ -0,0 +1 @@ +fixed tapping "Mute..." and "Change visiblity" (admin action) in extra status actions closing the dropdown diff --git a/src/components/status_action_buttons/action_button.js b/src/components/status_action_buttons/action_button.js index 1a5b85301..91984caea 100644 --- a/src/components/status_action_buttons/action_button.js +++ b/src/components/status_action_buttons/action_button.js @@ -168,7 +168,7 @@ export default { setTimeout(() => { this.animationState = false }, 500) - close() + if(!this.button.dropdown) close() } }, },