@onesy/ui-react 1.0.136 → 1.0.137

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.
@@ -228,10 +228,10 @@ const TableCell = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
228
228
  parentOverflow.addEventListener('scroll', method, {
229
229
  passive: false
230
230
  });
231
-
232
- // initial
233
- method();
234
231
  }
232
+
233
+ // initial
234
+ method();
235
235
  return () => {
236
236
  if (parentOverflow) parentOverflow.removeEventListener('scroll', method);
237
237
  };
@@ -205,10 +205,10 @@ const TableCell = /*#__PURE__*/React.forwardRef((props_, ref) => {
205
205
  parentOverflow.addEventListener('scroll', method, {
206
206
  passive: false
207
207
  });
208
-
209
- // initial
210
- method();
211
208
  }
209
+
210
+ // initial
211
+ method();
212
212
  return () => {
213
213
  if (parentOverflow) parentOverflow.removeEventListener('scroll', method);
214
214
  };
package/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license UiReact v1.0.135
1
+ /** @license UiReact v1.0.136
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license UiReact v1.0.135
1
+ /** @license UiReact v1.0.136
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onesy/ui-react",
3
- "version": "1.0.136",
3
+ "version": "1.0.137",
4
4
  "description": "UI for React",
5
5
  "repository": "https://github.com/onesy-me/onesy.git",
6
6
  "author": "Lazar Erić <lazareric1@proton.me>",