Skip to content

Commit

Permalink
fix(item): sliding items don't fire (click) when swiped
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jun 20, 2016
1 parent e91fba6 commit 38ab17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/item/item-sliding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ion-item-sliding.active-slide {
opacity: 1;
transition: all 300ms cubic-bezier(.36, .66, .04, 1);

pointer-events: all;
pointer-events: none;
}

ion-item-options {
Expand Down

0 comments on commit 38ab17b

Please sign in to comment.