fix mute dropdown closing itself

This commit is contained in:
Henry Jameson 2026-03-20 14:00:29 +02:00
commit 90abdc2b9a
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 */
},
}, },
{ {
// ========= // =========