mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: cannot open popovers (#3410)
This commit is contained in:
parent
3426e5b53e
commit
1e001640aa
@ -202,9 +202,9 @@ class PopoverState extends State<Popover> {
|
||||
showOverlay();
|
||||
}
|
||||
},
|
||||
child: GestureDetector(
|
||||
child: Listener(
|
||||
child: widget.child,
|
||||
onTap: () {
|
||||
onPointerDown: (_) {
|
||||
if (widget.triggerActions & PopoverTriggerFlags.click != 0) {
|
||||
showOverlay();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user