fix: click on the edge of the that create the document does not respond to event

This commit is contained in:
Lucas.Xu 2022-07-03 23:27:45 +08:00
parent 759d2ec111
commit ebc3a26426

View File

@ -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,