You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The button with the class tabsbar-toggle is not responding as expected when clicked. The button is intended to trigger the toggleHeight function, toggling the display between a chevron-down and chevron-up icon based on the showMaxHeight condition. However, upon clicking the button, there is no observable change in behavior.
To Reproduce
Navigate to the page containing the button with the class tabsbar-toggle.
Attempt to click the button.
Expected behavior
Upon clicking the button, it should trigger the toggleHeight function and update the icon class accordingly. If showMaxHeight is true, the icon should change to 'fa fa-chevron-down'; otherwise, it should change to 'fa fa-chevron-up'.
Screenshots
CircuitVerse.webm
Device Information [optional]:
OS: Windows 11
Browser chrome
Version 120.0.6099.227
The text was updated successfully, but these errors were encountered:
Describe the bug
The button with the class tabsbar-toggle is not responding as expected when clicked. The button is intended to trigger the toggleHeight function, toggling the display between a chevron-down and chevron-up icon based on the showMaxHeight condition. However, upon clicking the button, there is no observable change in behavior.
To Reproduce
Navigate to the page containing the button with the class tabsbar-toggle.
Attempt to click the button.
Expected behavior
Upon clicking the button, it should trigger the toggleHeight function and update the icon class accordingly. If showMaxHeight is true, the icon should change to 'fa fa-chevron-down'; otherwise, it should change to 'fa fa-chevron-up'.
Screenshots
CircuitVerse.webm
Device Information [optional]:
The text was updated successfully, but these errors were encountered: