diff --git a/CHANGELOG.md b/CHANGELOG.md index 54548677c..ef97b5a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Dates are in `YYYY-MM-DD` format and versions are in [semantic versioning](http: - Improved contrast of delimiters and borders in dark mode. - Correct typos in tutorial. - [#503](https://github.com/wordplaydev/wordplay/issues/503). Prevent infinite loops in parser. +- [#504](https://github.com/wordplaydev/wordplay/issues/504). Account for non-fixed-width characters in caret positioning. ## 0.10.1 2024-06-22 diff --git a/src/components/editor/CaretView.svelte b/src/components/editor/CaretView.svelte index babea8f0b..7618b3b49 100644 --- a/src/components/editor/CaretView.svelte +++ b/src/components/editor/CaretView.svelte @@ -11,14 +11,19 @@