mirror of
https://github.com/Maks1mS/bubbles.git
synced 2025-10-09 22:08:07 +03:00
e9dd6b06e03997ce4127702ab14e87b27d6e7520
If the string is longer than the width of the field and the horizontal viewport (so to speak) was on the right edge, the last character would repeat when deleting characters because the viewport offset wasn't being corrected. This fixes that.
Languages
Go
100%