elementary / calculator

Calculator app designed for elementary OS
https://elementary.io
GNU General Public License v3.0
79 stars 29 forks source link

Fix crash when pasting into division or multiplication expression #259

Closed jeremypw closed 1 year ago

jeremypw commented 1 year ago

Fixes #258

This fixes incorrect use of string.slice with selection bound positions. The former takes byte positions whereas the latter gives character positions. As the division and multiplication characters are multibyte this results in an invalid string.