fix mute dropdown closing itself
This commit is contained in:
parent
246dfbdfce
commit
90abdc2b9a
2 changed files with 5 additions and 3 deletions
1
changelog.d/mute-dropdown.fix
Normal file
1
changelog.d/mute-dropdown.fix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fixed status action mute hiding itself on click
|
||||
|
|
@ -106,10 +106,11 @@ export const BUTTONS = [
|
|||
icon: 'eye-slash',
|
||||
label: 'status.mute_ellipsis',
|
||||
if: ({ loggedIn }) => loggedIn,
|
||||
toggleable: true,
|
||||
toggleable: false,
|
||||
dropdown: true,
|
||||
// action ({ status, dispatch, emit }) {
|
||||
// }
|
||||
action({ status, dispatch, emit }) {
|
||||
/* prevent hiding */
|
||||
},
|
||||
},
|
||||
{
|
||||
// =========
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue