mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: click on the edge of the that create the document does not respond to event
This commit is contained in:
parent
759d2ec111
commit
ebc3a26426
@ -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 New Issue
Block a user