Fix: call updateSharedLinkBox when calculator section expands so shared link populates
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user