We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67148f0 commit 25934fdCopy full SHA for 25934fd
standard/packages/interaction/src/interactions/HitDragging.ts
@@ -197,7 +197,7 @@ export class HitDragging {
197
// add-back origins to get coordinate relative to top-left of window viewport
198
positionLeft + originLeft - window.scrollX,
199
positionTop + originTop - window.scrollY,
200
- )
+ ),
201
)
202
) &&
203
(!bestHit || hit.layer > bestHit.layer)
0 commit comments