@24i/bigscreen-sdk 1.0.44 → 1.0.45

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": "@24i/bigscreen-sdk",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "SmartApps BIGscreen SDK monorepo",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -305,8 +305,8 @@ export class UnifiedGridController<T> implements IUnifiedGridController<T> {
305
305
  for (let i = 1; i <= scrollToIndex; i++) {
306
306
  this.scroll(backwards ? lastScrollIndex - i : lastScrollIndex + i, animate);
307
307
  }
308
- base.index = dataIndex;
309
308
  }
309
+ base.index = dataIndex;
310
310
  this.focusCurrentItem();
311
311
  base.mrcuRef.current?.handleArrowState();
312
312
  }