fix: hover bug in row banner (#6389)

This commit is contained in:
Mathias Mogensen 2024-09-24 13:57:26 +02:00 committed by GitHub
parent 552f2a73de
commit 0a6bee6232
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: [