bugfix: click on the edge of the `add_button` that create the document does not respond to event
@@ -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,