Closed mmvsk closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
media-chrome | ❌ Failed (Inspect) | Sep 6, 2023 8:32am | ||
media-chrome-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 6, 2023 8:32am |
Fixes #732 by replacing the
setTimeout
in theResizeObserver
callback with adebounce
proxy.It works with a debounce delay of 0ms, however if the problem arises again the delay can be increased. I think 10ms would work well as it's long enough for animations while being short enough to be unnoticeable by the end user.