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