Bug fix for the archive_id not getting reset when viewing the list of archives.
This commit is contained in:
@@ -136,9 +136,10 @@ $: if ($idaa_trig.archive_content_li) {
|
||||
if (browser) {
|
||||
console.log('Browser environment detected.');
|
||||
|
||||
let message = {'archive_id': $idaa_slct?.archive_id};
|
||||
let message = {'archive_id': $idaa_slct?.archive_id ?? null};
|
||||
window.parent.postMessage(message, "*");
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user