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

Fix popup position for point-aligned popups when no mouse position is known #447

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 8, 2024

  1. don't initialize mouse position with [0, 0] to ensure that a popup is…

    … still placed at its target when alignPoint is true, but no mouse position is known
    philippotto committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0938784 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. use !== instead of != for null check

    Co-authored-by: afc163 <afc163@gmail.com>
    philippotto and afc163 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4e66204 View commit details
    Browse the repository at this point in the history