Skip to content

Commit

Permalink
fix: toolbar item tooltips are too responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
johanzeroone authored and LucasXu0 committed Jul 14, 2023
1 parent 33b18d9 commit 0249d41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/editor/toolbar/desktop/items/icon_item_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class SVGIconItemWidget extends StatelessWidget {
textAlign: TextAlign.center,
preferBelow: false,
message: tooltip,
waitDuration: const Duration(milliseconds: 500),
child: child,
);
}
Expand Down

0 comments on commit 0249d41

Please sign in to comment.