Skip to content

Commit

Permalink
fixed clicking on a blank area does not respond
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnWW authored Feb 25, 2023
1 parent c035d58 commit 6ec73f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/widgets/sidebarx_cell.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class _SidebarXCellState extends State<SidebarXCell> {
cursor: SystemMouseCursors.click,
child: GestureDetector(
onTap: widget.onTap,
behavior: HitTestBehavior.opaque,
child: Container(
decoration: decoration?.copyWith(
color: _hovered && !widget.selected ? theme.hoverColor : null,
Expand Down

0 comments on commit 6ec73f3

Please sign in to comment.