mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed uncalculated CRCs displayed in editor.
This commit is contained in:
@@ -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 = '';
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user