UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

14 lines (10 loc) 283 B
"use strict"; exports.__esModule = true; exports.default = unsetGrabCursor; function unsetGrabCursor() { var swiper = this; if (swiper.support.touch || swiper.params.watchOverflow && swiper.isLocked || swiper.params.cssMode) { return; } swiper.el.style.cursor = ''; }