Skip to content

Commit

Permalink
unregister person
Browse files Browse the repository at this point in the history
  • Loading branch information
sdubourg committed Jul 26, 2023
1 parent 2d1b01d commit 854e79b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/gl/Person/Person.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export const Person = ({
setIsDragging(true);
setDraggingRef(refGroup.current);
setDraggingActorRef(actor);
actor.send({ type: 'onUnregisterHotspot' });

if (refGroup.current) {
setDraggingId(serviceId);
Expand Down

0 comments on commit 854e79b

Please sign in to comment.