-
Notifications
You must be signed in to change notification settings - Fork 528
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
Scrolling calendar side menu on Desktop is laggy #7179
Labels
bug
broken functionality, usability problems, unexpected errors
Milestone
Comments
murilopereirame
pushed a commit
that referenced
this issue
Jul 8, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled. The redraw isn't needed since we change the dom directly through target. Co-authored-by: André Dias <and@tutao.de> Fixes #7179
murilopereirame
pushed a commit
that referenced
this issue
Jul 9, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled. The redraw isn't needed since we change the dom directly through target. Co-authored-by: André Dias <and@tutao.de> Fixes #7179
murilopereirame
pushed a commit
that referenced
this issue
Jul 11, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled. The redraw isn't needed since we change the dom directly through target. Co-authored-by: André Dias <and@tutao.de> Fixes #7179
murilopereirame
pushed a commit
that referenced
this issue
Jul 11, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled. The redraw isn't needed since we change the dom directly through target. Co-authored-by: André Dias <and@tutao.de> Fixes #7179
wrdhub
pushed a commit
that referenced
this issue
Jul 16, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled. The redraw isn't needed since we change the dom directly through target. Co-authored-by: André Dias <and@tutao.de> Fixes #7179
murilopereirame
pushed a commit
that referenced
this issue
Jul 18, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled. The redraw isn't needed since we change the dom directly through target. Co-authored-by: André Dias <and@tutao.de> Fixes #7179
murilopereirame
pushed a commit
that referenced
this issue
Jul 19, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled. The redraw isn't needed since we change the dom directly through target. Co-authored-by: André Dias <and@tutao.de> Fixes #7179
wrdhub
pushed a commit
that referenced
this issue
Jul 19, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled. The redraw isn't needed since we change the dom directly through target. Co-authored-by: André Dias <and@tutao.de> Fixes #7179
andrehgdias
pushed a commit
that referenced
this issue
Jul 23, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled. The redraw isn't needed since we change the dom directly through target. Co-authored-by: André Dias <and@tutao.de> Fixes #7179
tutao-mac
pushed a commit
that referenced
this issue
Jul 23, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled. The redraw isn't needed since we change the dom directly through target. Co-authored-by: André Dias <and@tutao.de> Fixes #7179
wrdhub
pushed a commit
that referenced
this issue
Jul 24, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled. The redraw isn't needed since we change the dom directly through target. Co-authored-by: André Dias <and@tutao.de> Fixes #7179
wrdhub
pushed a commit
that referenced
this issue
Jul 26, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled. The redraw isn't needed since we change the dom directly through target. Co-authored-by: André Dias <and@tutao.de> Fixes #7179
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it seems like it's redrawing constantly on scroll
Test Notes
The text was updated successfully, but these errors were encountered: