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 navigation on point click #5962

Closed

Commits on Feb 12, 2024

  1. Fix navigation on point click

    This happens due to the navigate function being called multiple times
    for the same click. The best fix is to debounce the function to avoid
    having the function run multiple times.
    
    Signed-off-by: Taylor Smock <[email protected]>
    tsmock committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bd53394 View commit details
    Browse the repository at this point in the history