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() {
return (
this.shouldShowFilePicker &&
this.hasAttachmentsEnabled &&
(this.shouldShowFilePicker || this.hasAttachmentsEnabled) &&
this.userInput.length === 0
);
},