Skip to content

Commit 25934fd

Browse files
committed
fix lint problem
1 parent 67148f0 commit 25934fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/packages/interaction/src/interactions/HitDragging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export class HitDragging {
197197
// add-back origins to get coordinate relative to top-left of window viewport
198198
positionLeft + originLeft - window.scrollX,
199199
positionTop + originTop - window.scrollY,
200-
)
200+
),
201201
)
202202
) &&
203203
(!bestHit || hit.layer > bestHit.layer)

0 commit comments

Comments
 (0)