Skip to content

Commit

Permalink
Fix: [Envelope] lower drag threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Nov 26, 2023
1 parent 143a07f commit a4662c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/envelope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class Polyline extends EventEmitter<{
onDrag,
() => (draggable.style.cursor = 'grabbing'),
() => (draggable.style.cursor = 'grab'),
1,
)
}

Expand Down

0 comments on commit a4662c5

Please sign in to comment.