Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide tree options when tree is off #1698

Merged
merged 2 commits into from
Sep 14, 2023
Merged

Commits on Sep 12, 2023

  1. Use && for conditional rendering

    This is a bit simpler than the ternary operator.
    victorlin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    df16c51 View commit details
    Browse the repository at this point in the history
  2. Hide tree options when tree is off

    This conditional rendering is in place for all other panels. Make the
    tree panel behave the same way.
    victorlin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1ceca1a View commit details
    Browse the repository at this point in the history