sense-react-timeline-editor 1.1.29 → 1.1.30
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.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -4237,7 +4237,7 @@ var EditAreaO = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
4237
4237
|
var index = _ref5.index;
|
|
4238
4238
|
return heights[index] || _rowHeight || 0;
|
|
4239
4239
|
},
|
|
4240
|
-
overscanRowCount:
|
|
4240
|
+
overscanRowCount: 100,
|
|
4241
4241
|
overscanColumnCount: 0,
|
|
4242
4242
|
onScroll: function onScroll(param) {
|
|
4243
4243
|
_onScroll(param);
|
package/dist/index.js
CHANGED
|
@@ -4247,7 +4247,7 @@ var EditAreaO = /*#__PURE__*/React__default['default'].forwardRef(function (prop
|
|
|
4247
4247
|
var index = _ref5.index;
|
|
4248
4248
|
return heights[index] || _rowHeight || 0;
|
|
4249
4249
|
},
|
|
4250
|
-
overscanRowCount:
|
|
4250
|
+
overscanRowCount: 100,
|
|
4251
4251
|
overscanColumnCount: 0,
|
|
4252
4252
|
onScroll: function onScroll(param) {
|
|
4253
4253
|
_onScroll(param);
|