mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +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
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