diff --git a/CHANGELOG.md b/CHANGELOG.md index ce11d0934..f8ad7e71a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next Release +- Text edits on progress items are no longer lost when changing the rank. + ## 1.18.13 - Update the asset pop-out sheet to present half-edit (which more closely matches the cards) and full-edit experiences ([#524](https://github.com/ben/foundry-ironsworn/pull/524)) diff --git a/src/module/vue/components/mce-editor.vue b/src/module/vue/components/mce-editor.vue index 3264e6ec2..b48cbf121 100644 --- a/src/module/vue/components/mce-editor.vue +++ b/src/module/vue/components/mce-editor.vue @@ -1,6 +1,11 @@