mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-26 00:40:13 +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();
|
showOverlay();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
child: GestureDetector(
|
child: Listener(
|
||||||
child: widget.child,
|
child: widget.child,
|
||||||
onTap: () {
|
onPointerDown: (_) {
|
||||||
if (widget.triggerActions & PopoverTriggerFlags.click != 0) {
|
if (widget.triggerActions & PopoverTriggerFlags.click != 0) {
|
||||||
showOverlay();
|
showOverlay();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user