mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
fix: remove icon button not working in popover (#2518)
This commit is contained in:
parent
99ad9dcaff
commit
a993a2a181
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue