refactor: remove unused attribute hasHitElementInside from pointerDownState (#5591)
This commit is contained in:
@ -422,7 +422,6 @@ export type PointerDownState = Readonly<{
|
||||
// pointer interaction
|
||||
hasBeenDuplicated: boolean;
|
||||
hasHitCommonBoundingBoxOfSelectedElements: boolean;
|
||||
hasHitElementInside: boolean;
|
||||
};
|
||||
withCmdOrCtrl: boolean;
|
||||
drag: {
|
||||
|
Reference in New Issue
Block a user