mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
* Fix cursor position when clicking double-width char #2968 The cursor moved to the correct position only when clicking the first index of the character. We now check if the click happened inside a range of indices. * Update changelog #2968