fraim-hub 2.0.313 → 2.0.314

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": "fraim-hub",
3
- "version": "2.0.313",
3
+ "version": "2.0.314",
4
4
  "description": "FRAIM Hub local companion package.",
5
5
  "author": "Sid Mathur <sid.mathur@gmail.com>",
6
6
  "homepage": "https://github.com/mathursrus/FRAIM#readme",
@@ -211,7 +211,7 @@
211
211
  "electron-updater": "^6.8.9",
212
212
  "express": "^5.2.1",
213
213
  "extract-zip": "^2.0.1",
214
- "fraim": "2.0.313",
214
+ "fraim": "2.0.314",
215
215
  "mongodb": "^7.0.0",
216
216
  "node-cron": "4.2.1",
217
217
  "node-edge-tts": "^1.2.10",
@@ -5669,7 +5669,6 @@ function scrollThreadAfterViewportSync(conv, shouldScrollForUpdate, forceBottom)
5669
5669
  if (latest.status === 'running') {
5670
5670
  ensurePendingAnchorScrollListener(host);
5671
5671
  if (!forceBottom && pendingAnchorUserScrolled(host)) {
5672
- host.scrollTop = 0;
5673
5672
  return;
5674
5673
  }
5675
5674
  const pendingRow = host.querySelector('.message[data-pending="true"]');