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

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.js CHANGED
@@ -736,7 +736,6 @@ function connect(state2, send, normalize = normalizeProp) {
736
736
  exec(event);
737
737
  if (prevent) {
738
738
  event.preventDefault();
739
- event.stopPropagation();
740
739
  }
741
740
  },
742
741
  style: dom.getThumbStyle(state2.context)