fix extra items tap
This commit is contained in:
parent
26a5a3fd0b
commit
9c7ff2ab61
2 changed files with 2 additions and 1 deletions
1
changelog.d/actions-extra-tap.fix
Normal file
1
changelog.d/actions-extra-tap.fix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
fixed tapping "Mute..." and "Change visiblity" (admin action) in extra status actions closing the dropdown
|
||||||
|
|
@ -168,7 +168,7 @@ export default {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.animationState = false
|
this.animationState = false
|
||||||
}, 500)
|
}, 500)
|
||||||
close()
|
if(!this.button.dropdown) close()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue