Skip to content

Commit

Permalink
fix(item): disable scroll while sliding item
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Nov 20, 2016
1 parent ba18030 commit c002b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/item/item-sliding-gesture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class ItemSlidingGesture extends PanGesture {
gesture: gestureCtrl.createGesture({
name: GESTURE_ITEM_SWIPE,
priority: GesturePriority.SlidingItem,
disableScroll: false // TODO: set true
disableScroll: true
})
});
}
Expand Down

0 comments on commit c002b36

Please sign in to comment.