Skip to content

Commit

Permalink
Merge pull request #42 from bai-3/patch-1
Browse files Browse the repository at this point in the history
fixed clicking on a blank area does not respond
  • Loading branch information
Frezyx authored Mar 3, 2023
2 parents c035d58 + 6ec73f3 commit e5754e3
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 e5754e3

Please sign in to comment.