UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

9 lines (7 loc) 220 B
export default function unsetGrabCursor() { var swiper = this; if (swiper.support.touch || swiper.params.watchOverflow && swiper.isLocked || swiper.params.cssMode) { return; } swiper.el.style.cursor = ''; }