You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Problem:**
The elements outside visible area indicator arrow sometimes shows up
even when the element is obviously inside the visible area.
**Fix:**
Use the fresh metadata to detect the elements outside visible area,
because otherwise the frame data might be stale on certain interactions
(e.g. insertion).
Also, simplified the code by removing some pre-cursor-positioning code
that was not relevant anymore.
| Before | After |
|---------|-----------|
| ![Kapture 2024-09-13 at 14 23
17](https://github.com/user-attachments/assets/0e9af6f4-7522-4461-a776-ca92cf6aaf21)
| ![Kapture 2024-09-13 at 14 24
03](https://github.com/user-attachments/assets/4a8d9d69-2682-4ae2-b82b-a8d6e8ed8005)
|
Fixes#6366
**Problem:**
The elements outside visible area indicator arrow sometimes shows up
even when the element is obviously inside the visible area.
**Fix:**
Use the fresh metadata to detect the elements outside visible area,
because otherwise the frame data might be stale on certain interactions
(e.g. insertion).
Also, simplified the code by removing some pre-cursor-positioning code
that was not relevant anymore.
| Before | After |
|---------|-----------|
| ![Kapture 2024-09-13 at 14 23
17](https://github.com/user-attachments/assets/0e9af6f4-7522-4461-a776-ca92cf6aaf21)
| ![Kapture 2024-09-13 at 14 24
03](https://github.com/user-attachments/assets/4a8d9d69-2682-4ae2-b82b-a8d6e8ed8005)
|
Fixes#6366
No description provided.
The text was updated successfully, but these errors were encountered: