@ -36,7 +36,10 @@ function ScrollableTab({ onActiveTabChange, sonificationType, children }) {
if (actionType === "button") {
saveMouseLog();
setActiveTab(0);
onActiveTabChange(0);
window.location.href = redirectLoc;
return;
}
setActiveTab(index);
onActiveTabChange(index);