Skip to content

Commit

Permalink
Update InteractionManager.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Jun 21, 2022
1 parent 9428029 commit 2399fdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/interaction/src/InteractionManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ import { InteractionTrackingData } from './InteractionTrackingData';
import { TreeSearch } from './TreeSearch';
import { EventEmitter } from '@pixi/utils';
import { interactiveTarget } from './interactiveTarget';
import { ExtensionMetadata, ExtensionType } from '@pixi/core';
import { IRenderer, ExtensionMetadata, ExtensionType } from '@pixi/core';
import type { Point, IPointData } from '@pixi/math';
import type { Dict } from '@pixi/utils';
import { IRenderer } from '@pixi/core';

// Mix interactiveTarget into DisplayObject.prototype
DisplayObject.mixin(interactiveTarget);
Expand Down

0 comments on commit 2399fdd

Please sign in to comment.