fix disabled state not applying

This commit is contained in:
Henry Jameson 2025-03-30 20:52:07 +03:00
commit cc8480e8ea
2 changed files with 2 additions and 1 deletions

View file

@ -124,6 +124,7 @@ export default {
}
},
doActionWrap (button, close = () => {}) {
if (this.button.interactive ? !this.button.interactive(this.funcArg) : false) return
this.$emit('interacted')
if (button.name === 'emoji') {
this.$refs.picker.showPicker()