Skip to content

Commit

Permalink
Merge pull request #40 from harvard-lil/get-coll-info-fix
Browse files Browse the repository at this point in the history
Fix for getCollInfo event
  • Loading branch information
matteocargnelutti committed Apr 19, 2024
2 parents c1e1e01 + 54cefd3 commit fea804f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/embed/index.js
Expand Up @@ -112,8 +112,8 @@ window.addEventListener("message", (event) => {
.contentDocument
.querySelector("replay-app-main")
.shadowRoot
.querySelector("wr-coll")
.__collInfo;
.querySelector("wr-item")
.itemInfo;
}
catch(err) {
// console.log(err); // Not blocking | Just not ready.
Expand Down

0 comments on commit fea804f

Please sign in to comment.