fix extra items tap

This commit is contained in:
Henry Jameson 2026-08-11 13:21:30 +03:00
commit 9c7ff2ab61
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
fixed tapping "Mute..." and "Change visiblity" (admin action) in extra status actions closing the dropdown

View file

@ -168,7 +168,7 @@ export default {
setTimeout(() => {
this.animationState = false
}, 500)
close()
if(!this.button.dropdown) close()
}
},
},