Skip to content

Commit

Permalink
Paint hover lines on top in polyline example
Browse files Browse the repository at this point in the history
  • Loading branch information
JaffaKetchup committed Dec 15, 2023
1 parent 3ef7ee3 commit fb9751d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/lib/pages/polyline.dart
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ class _PolylinePageState extends State<PolylinePage> {
),
child: PolylineLayer(
hitNotifier: hitNotifier,
polylines:
(hoverLines ?? []).followedBy(polylines.keys).toList(),
polylines: polylines.keys.followedBy(hoverLines ?? []).toList(),
),
),
),
Expand Down

0 comments on commit fb9751d

Please sign in to comment.