mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
Merge pull request #586 from tsuiyuenhong/bugfix/fix_create_button_hittest_bug
bugfix: click on the edge of the `add_button` that create the document does not respond to event
This commit is contained in:
commit
d090a813a9
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ class CreateItem extends StatelessWidget {
|
|||
return FlowyHover(
|
||||
style: config,
|
||||
child: GestureDetector(
|
||||
behavior: HitTestBehavior.opaque,
|
||||
onTap: () => onSelected(pluginBuilder),
|
||||
child: FlowyText.medium(
|
||||
pluginBuilder.menuName,
|
||||
|
|
|
|||
Loading…
Reference in a new issue