Fix: call updateSharedLinkBox when calculator section expands so shared link populates

This commit is contained in:
Marty Bostick
2026-07-29 20:47:35 +00:00
parent f192957f2d
commit af79853142
+1
View File
@@ -1953,6 +1953,7 @@ function copyCalculatorLink() {
function openCalculator() { function openCalculator() {
document.getElementById('calculatorSection').classList.add('expanded'); document.getElementById('calculatorSection').classList.add('expanded');
document.getElementById('heroSection').style.minHeight = 'auto'; document.getElementById('heroSection').style.minHeight = 'auto';
updateSharedLinkBox();
} }
function scrollToCalculator() { function scrollToCalculator() {