Skip to content

Commit 67116b0

Browse files
committed
fix element selection
1 parent 8e4e9ee commit 67116b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sidepanel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ class ArgoViewer extends LitElement {
352352
}
353353

354354
firstUpdated() {
355-
this.archiveList = document.getElementById(
355+
this.archiveList = this.shadowRoot?.getElementById(
356356
"archive-list",
357357
) as ArgoArchiveList;
358358

0 commit comments

Comments
 (0)