kornelski / slip

Slip.js — UI library for manipulating lists via swipe and drag gestures
BSD 2-Clause "Simplified" License
2.44k stars 213 forks source link

Fix error: e.target.classList.indexOf is not a function #90

Closed deqing closed 7 years ago

kornelski commented 7 years ago

contains doesn't return -1, so the >= 0 check is inappropriate

deqing commented 7 years ago

@pornel thanks for the prompt reply, code updated.

kornelski commented 7 years ago

Thank you