@thinkpixellab-public/px-vue 3.0.63 → 3.0.64

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.
@@ -245,6 +245,10 @@ export default {
245
245
  },
246
246
 
247
247
  onWheel(e) {
248
+ if (!this.scrollEnabled) {
249
+ return;
250
+ }
251
+
248
252
  if (this.scrollPreviewEnabled) {
249
253
  const delta = (e.deltaY + e.deltaX) / 2;
250
254
  if (Math.abs(delta) > 5) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thinkpixellab-public/px-vue",
3
- "version": "3.0.63",
3
+ "version": "3.0.64",
4
4
  "description": "General purpose Vue components and helpers that can be used across projects.",
5
5
  "author": "Pixel Lab",
6
6
  "license": "MIT",