bunnyquery 1.8.17 → 1.9.0

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/bunnyquery.js CHANGED
@@ -6482,7 +6482,7 @@ Index the REMAINING windows - one record per row/item, looking at any page image
6482
6482
  (function() {
6483
6483
  var MCP_PROD = "https://mcp.broadwayinc.computer";
6484
6484
  var MCP_DEV = "https://mcp-dev.broadwayinc.computer";
6485
- var BQ_VERSION = "1.8.17" ;
6485
+ var BQ_VERSION = "1.8.18" ;
6486
6486
  var ATTACHMENT_URL_EXPIRES_SECONDS = 600;
6487
6487
  var GOOGLE_AUTH_URL = "https://accounts.google.com/o/oauth2/v2/auth";
6488
6488
  var GOOGLE_TOKEN_URL = "https://oauth2.googleapis.com/token";
@@ -10287,8 +10287,8 @@ Index the REMAINING windows - one record per row/item, looking at any page image
10287
10287
  CS.messagesBox.appendChild(el);
10288
10288
  });
10289
10289
  syncDraftingIndicator();
10290
- restoreScrollAnchor(anchor);
10291
10290
  hydrateMessageImagePreviews();
10291
+ restoreScrollAnchor(anchor);
10292
10292
  }
10293
10293
  function refreshMessageBubble(idx) {
10294
10294
  if (idx < 0 || idx >= CS.messages.length) return;
@@ -10300,8 +10300,8 @@ Index the REMAINING windows - one record per row/item, looking at any page image
10300
10300
  if (oldEl.classList.contains("bq-index-pass")) newEl.classList.add("bq-index-pass");
10301
10301
  oldEl.parentNode.replaceChild(newEl, oldEl);
10302
10302
  CS.messageEls[idx] = newEl;
10303
+ hydrateMessageImagePreviews();
10303
10304
  });
10304
- hydrateMessageImagePreviews();
10305
10305
  }
10306
10306
  function renderChat() {
10307
10307
  clearImagePreviewCache(S.projectId || "default");