-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix stubborn elements outside visible area indicator arrow (#6367)
**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
- Loading branch information
Showing
3 changed files
with
31 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters