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:
commit
ac84ff247f
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',
|
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 */
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// =========
|
// =========
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue