- Issue created by @lauriii
- 🇬🇧United Kingdom jessebaker
I've not got any further in providing steps to reproduce this, but it did happen to me just now and I was able to deduce that the issue is occuring in
ui/src/features/layout/previewOverlay/ViewportOverlay.tsx
. It seems thatupdateRect()
is either not being called, or being called and failing to correctly update the rect.I've raised an MR that I hope will be more reliable, but it's hard to be sure given I'm not sure the exact sequence of events that cause the issue.
- Merge request !378#3484140 Remove instance where overlay could be out of sync with preview → (Open) created by jessebaker
- 🇺🇸United States hooroomoo
I was able to reproduce the problem on the MR. Attached video
- 🇺🇸United States hooroomoo
Updated issue summary with the steps i used to reproduce.