490a99ab3cbd6058e4635fbf9d946486ca344a27
Replaced the previous approach of tracking @mentions using private Unicode characters (U+E000-U+F8FF) with a simpler regex-based solution that extracts mention ranges directly from input text. This eliminates the complex overlay rendering logic and corresponding styles/types.
Description
No description provided
Languages
TypeScript
99.9%
JavaScript
0.1%