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(editor): requestAnimationFrame in onResize callbacks #5750

Merged
merged 1 commit into from
May 4, 2024

Conversation

max-nextcloud
Copy link
Collaborator

This fixes a crash in cypress with new Chromium versions.

It also prevents warnings like:
ResizeObserver loop completed with undelivered notifications.

🏁 Checklist

  • Code is properly formatted (npm run lint / npm run stylelint / composer run cs:check)
  • Sign-off message is added to all commits
  • Tests are fixed by this.
  • Documentation is not needed.

This fixes a crash in cypress with new Chromium versions.

It also prevents warnings like:
`ResizeObserver loop completed with undelivered notifications`.

Signed-off-by: Max <max@nextcloud.com>
@max-nextcloud
Copy link
Collaborator Author

/backport to stable29

@juliushaertl juliushaertl merged commit a0929ec into main May 4, 2024
60 checks passed
@juliushaertl juliushaertl deleted the fix/request-animation-frame branch May 4, 2024 09:01
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

Successfully merging this pull request may close these issues.

2 participants