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

Fixes issues where node preview does not toggle correctly #484

Merged
merged 7 commits into from
Jul 12, 2022

Commits on Jul 10, 2022

  1. Fixed some issues with node previews

    - Fixed node previews not being hidden on mouse-over after loading a graph with node previews already enabled.
    - Fixed an issue where a node's preview didn't toggle visibility if another UI element was covering the node when the cursor entered/exited.
    - Fixed an issue where an incorrect preview was shown if the mouse exited the node before the preview was ready.
    BlacRyu committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    33bf7be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1201a23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e89323 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2be8157 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    bb3d75a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09d1749 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aef8483 View commit details
    Browse the repository at this point in the history