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
When on the deployment page, clicking anywhere outside the "Deploy Repository" and "Deploy Zip" boxes unexpectedly navigates back to the "New Deploy" box.
Expected Behavior
Clicking outside the deployment option boxes should not trigger any navigation. The user should remain on the current page with the deployment options visible.
Current Behavior
Clicking outside the deployment boxes navigates away from the options, requiring additional clicks to return to the desired deployment choices.
Possible Solution
Ensure that click events outside the deployment option boxes do not trigger any navigation actions.
Steps to Reproduce
Navigate to the deployment page
Observe the "Deploy Repository" and "Deploy Zip" options
Click anywhere on the page outside of these two boxes
Note the unintended navigation back to a "New Deploy" prompt
Click the "New Deploy" prompt to return to the original options
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
When on the deployment page, clicking anywhere outside the "Deploy Repository" and "Deploy Zip" boxes unexpectedly navigates back to the "New Deploy" box.
Expected Behavior
Clicking outside the deployment option boxes should not trigger any navigation. The user should remain on the current page with the deployment options visible.
Current Behavior
Clicking outside the deployment boxes navigates away from the options, requiring additional clicks to return to the desired deployment choices.
Possible Solution
Ensure that click events outside the deployment option boxes do not trigger any navigation actions.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: