@zag-js/slider 0.0.0-dev-20220418173111 → 0.0.0-dev-20220425073521

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.
package/dist/index.mjs CHANGED
@@ -712,7 +712,6 @@ function connect(state2, send, normalize = normalizeProp) {
712
712
  exec(event);
713
713
  if (prevent) {
714
714
  event.preventDefault();
715
- event.stopPropagation();
716
715
  }
717
716
  },
718
717
  style: dom.getThumbStyle(state2.context)