Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.

Commit deb2627

Browse files
authoredMay 20, 2019
fix(reorder): remove touch action to fix functionality on edge (#1030)
fixes #1023
1 parent b5d658d commit deb2627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/item/item-reorder.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ion-reorder {
2323
transition: transform 140ms ease-in;
2424

2525
pointer-events: all;
26-
touch-action: manipulation;
26+
touch-action: none;
2727
}
2828

2929
.reorder-side-start ion-reorder {

0 commit comments

Comments
 (0)
This repository has been archived.