mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-12-26 06:36:44 +00:00
fix: hover bug in row banner (#6389)
This commit is contained in:
parent
552f2a73de
commit
0a6bee6232
@ -459,9 +459,7 @@ class _RowHeaderToolbarState extends State<RowHeaderToolbar> {
|
||||
child: SizedBox(
|
||||
height: 28,
|
||||
child: Visibility(
|
||||
visible: !isHidden ||
|
||||
isPopoverOpen ||
|
||||
(!widget.hasIcon || !widget.hasCover),
|
||||
visible: !isHidden || isPopoverOpen,
|
||||
child: Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||
children: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user