@sailfish-ai/recorder 1.7.18 → 1.7.19

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/modal.js CHANGED
@@ -234,6 +234,7 @@ function injectModalHTML(initialMode = "lookback") {
234
234
  bindListeners();
235
235
  }
236
236
  function setActiveTab(mode) {
237
+ currentState.mode = mode;
237
238
  const tabLookback = modalEl?.querySelector("#sf-tab-lookback");
238
239
  const tabStartnow = modalEl?.querySelector("#sf-tab-startnow");
239
240
  if (mode === "lookback") {