profoundjs 6.6.1 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -456,6 +456,9 @@ IScroll.prototype = {
456
456
  },
457
457
 
458
458
  _start: function (e) {
459
+
460
+ if (e.target && e.target.classList && e.target.classList.contains('combo-arrow')) return;
461
+
459
462
  // React to left mouse button only
460
463
  if ( utils.eventType[e.type] != 1 ) {
461
464
  // for button property