@bsgoal/common 2.28.43 → 2.28.44

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
@@ -122,7 +122,7 @@ const Ca = (l) => {
122
122
  qt(() => {
123
123
  Ca(l);
124
124
  });
125
- }, 100);
125
+ }, 300);
126
126
  },
127
127
  unmounted(l) {
128
128
  window.removeEventListener("resize", Ca(l));