fix: remove icon button not working in popover (#2518)

This commit is contained in:
Richard Shiue 2023-05-15 10:59:34 +08:00 committed by GitHub
parent 99ad9dcaff
commit a993a2a181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ class DeleteButton extends StatelessWidget {
@override
Widget build(BuildContext context) {
return FlowyButton(
onTap: () => onPressed,
onTap: onPressed,
useIntrinsicWidth: true,
text: FlowyText(
LocaleKeys.document_plugins_cover_removeIcon.tr(),