Skip to content

Commit

Permalink
fix: fixed item updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Feb 6, 2025
1 parent f97b1b3 commit 8a91144
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,7 @@ private void perform(MarkerModifier markerModifier) {
} else {
markerWithPosition = new MarkerWithPosition<>(marker, item);
markerModifier.animate(markerWithPosition, marker.getPosition(), item.getPosition());
onClusterItemUpdated(item, marker);
}
onClusterItemRendered(item, marker);
newMarkers.add(markerWithPosition);
Expand Down

0 comments on commit 8a91144

Please sign in to comment.