Merge pull request 'fix mute dropdown closing itself' (#3486) from fix-mute into develop

Reviewed-on: https://git.pleroma.social/pleroma/pleroma-fe/pulls/3486
This commit is contained in:
HJ 2026-03-20 12:04:21 +00:00
commit ac84ff247f
2 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1 @@
Fixed status action mute hiding itself on click

View file

@ -106,10 +106,11 @@ export const BUTTONS = [
icon: 'eye-slash', icon: 'eye-slash',
label: 'status.mute_ellipsis', label: 'status.mute_ellipsis',
if: ({ loggedIn }) => loggedIn, if: ({ loggedIn }) => loggedIn,
toggleable: true, toggleable: false,
dropdown: true, dropdown: true,
// action ({ status, dispatch, emit }) { action({ status, dispatch, emit }) {
// } /* prevent hiding */
},
}, },
{ {
// ========= // =========