Skip to content

Commit

Permalink
fix: error targetType when pointer leave (#6377) (#6382)
Browse files Browse the repository at this point in the history
  • Loading branch information
uhobnil authored Oct 8, 2024
1 parent c31912e commit 1636f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/g6/src/runtime/behavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export class BehaviorController extends ExtensionController<BaseBehavior<CustomB
...stdEvent,
type: CommonEvent.POINTER_LEAVE,
target: this.currentTarget,
targetType: this.currentTargetType,
});
}
if (targetElement) {
Expand Down

0 comments on commit 1636f80

Please sign in to comment.