Skip to content

Commit a4662c5

Browse files
committed
Fix: [Envelope] lower drag threshold
1 parent 143a07f commit a4662c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/envelope.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ class Polyline extends EventEmitter<{
145145
onDrag,
146146
() => (draggable.style.cursor = 'grabbing'),
147147
() => (draggable.style.cursor = 'grab'),
148+
1,
148149
)
149150
}
150151

0 commit comments

Comments
 (0)