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
At time of creation at
/home/dude/dev/BasScript/ui/src/editor/linking/navigation.rs:484-487
When two rendered links are adjacent, such as [a](https://a)[b](https://b), the first
link's inclusive end equals the second link's inclusive start. Processed hit testing
maps the left half of b to that shared boundary, and this first-match search
therefore opens and highlights a; preserve the rendered link identity or otherwise
use non-overlapping hit regions.
At time of creation at
/home/dude/dev/BasScript/ui/src/editor/linking/navigation.rs:484-487