mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
refactor: remove unused attribute hasHitElementInside from pointerDownState (#5591)
This commit is contained in:
parent
b5fd904808
commit
32aa79164b
2 changed files with 0 additions and 8 deletions
|
@ -422,7 +422,6 @@ export type PointerDownState = Readonly<{
|
|||
// pointer interaction
|
||||
hasBeenDuplicated: boolean;
|
||||
hasHitCommonBoundingBoxOfSelectedElements: boolean;
|
||||
hasHitElementInside: boolean;
|
||||
};
|
||||
withCmdOrCtrl: boolean;
|
||||
drag: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue