From dfe882a8efa22de9c77f1b88f5ad45ec2db49a70 Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Sat, 5 Nov 2022 13:11:54 -0700 Subject: [PATCH] MCE-editor: save on blur --- CHANGELOG.md | 2 ++ src/module/vue/components/mce-editor.vue | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 @@