@everymatrix/casino-filter-page 0.0.392 → 0.0.394

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-filter-page",
3
- "version": "0.0.392",
3
+ "version": "0.0.394",
4
4
  "main": "dist/casino-filter-page.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "218aa76aa4ef72b20457a0113b4b3e3f58b2194e"
39
+ "gitHead": "74359bffcfcd357bb93adb3f4cbcd7badbc96fae"
40
40
  }
@@ -112,6 +112,7 @@
112
112
  break;
113
113
 
114
114
  case 'FiltersModalClosed':
115
+ window.postMessage({ type: 'EnableScroll'}, window.location.href);
115
116
  vendorsArray.forEach((vendor:any) => {
116
117
  vendor.isFilterSelected = false;
117
118
  });