Compare commits

...
Author SHA1 Message Date
iamsivin e1dd4124b7 chore: Improve widget attachment button display logic 2025-12-15 22:05:56 +05:30
@@ -46,8 +46,7 @@ export default {
}), }),
showAttachment() { showAttachment() {
return ( return (
this.shouldShowFilePicker && (this.shouldShowFilePicker || this.hasAttachmentsEnabled) &&
this.hasAttachmentsEnabled &&
this.userInput.length === 0 this.userInput.length === 0
); );
}, },