@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 +1 -0
- package/dist/sailfish-recorder.cjs.js +1 -1
- package/dist/sailfish-recorder.cjs.js.br +0 -0
- package/dist/sailfish-recorder.cjs.js.gz +0 -0
- package/dist/sailfish-recorder.es.js +1 -1
- package/dist/sailfish-recorder.es.js.br +0 -0
- package/dist/sailfish-recorder.es.js.gz +0 -0
- package/dist/sailfish-recorder.umd.js +1 -1
- package/dist/sailfish-recorder.umd.js.br +0 -0
- package/dist/sailfish-recorder.umd.js.gz +0 -0
- package/package.json +1 -1
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") {
|