diff --git a/resources/report/html/loot-plugin-editor.html b/resources/report/html/loot-plugin-editor.html index be6e7849..89a9904d 100644 --- a/resources/report/html/loot-plugin-editor.html +++ b/resources/report/html/loot-plugin-editor.html @@ -265,6 +265,9 @@ loot-editor-close if (newValue) { /* Set the new editor data. */ this.setEditorData(newValue); + this.shadowRoot.getElementsByClassName('crc')[0].textContent = this.data.getCrcString(); + } else { + this.shadowRoot.getElementsByClassName('crc')[0].textContent = ''; } },