Skip to content

Commit 0b050a9

Browse files
authored
Bug : Fixed accordion height issue (#689)
1 parent 62c04b4 commit 0b050a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension-requests/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,7 @@ async function createExtensionCard(data) {
11831183
} else {
11841184
logContainer.innerHTML += innerHTML;
11851185
}
1186+
updateAccordionHeight(panel);
11861187
}
11871188
}
11881189

0 commit comments

Comments
 (0)