Skip to content

Commit

Permalink
Merge pull request #26 from MonsterOfCode/patch-1
Browse files Browse the repository at this point in the history
#fix: Bug on items position
  • Loading branch information
Frezyx authored Sep 16, 2022
2 parents 5a40985 + eb5fd6e commit b2b24b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/sidebarx_base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ class _SidebarXState extends State<SidebarX>
highlightColor: Colors.transparent,
focusColor: Colors.transparent,
onTap: () {
if (_animationController!.isAnimating) return;
widget.controller.toggleExtended();
},
child: Row(
Expand Down

0 comments on commit b2b24b0

Please sign in to comment.