mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +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
@ -83,6 +83,7 @@ class CreateItem extends StatelessWidget {
|
|||||||
return FlowyHover(
|
return FlowyHover(
|
||||||
style: config,
|
style: config,
|
||||||
child: GestureDetector(
|
child: GestureDetector(
|
||||||
|
behavior: HitTestBehavior.opaque,
|
||||||
onTap: () => onSelected(pluginBuilder),
|
onTap: () => onSelected(pluginBuilder),
|
||||||
child: FlowyText.medium(
|
child: FlowyText.medium(
|
||||||
pluginBuilder.menuName,
|
pluginBuilder.menuName,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user