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

Native panning #326

Open
darabos opened this issue Jan 12, 2023 · 0 comments
Open

Native panning #326

darabos opened this issue Jan 12, 2023 · 0 comments

Comments

@darabos
Copy link
Contributor

darabos commented Jan 12, 2023

For graph visualizations and for workspaces we implemented our own panning solution. The alternative would be to just let the browser handle panning, same as for any oversized element. Hoped benefits:

  • More consistent with the user's environment. E.g. they could use two finger touchpad gestures.
  • Less code.
  • Better performance. (Wouldn't need a redraw.)
  • Playwright could scroll to stuff if needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant