Skip to content

Commit 1421f47

Browse files
committed
fix(gestures): remove drag event from config
Removes the `drag` event from the gesture config. Fixes #1025.
1 parent a0d85d8 commit 1421f47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/core/gestures/MdGestureConfig.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class MdGestureConfig extends HammerGestureConfig {
77

88
/* List of new event names to add to the gesture support list */
99
events: string[] = [
10-
'drag',
1110
'dragright',
1211
'dragleft',
1312
'longpress',

0 commit comments

Comments
 (0)