fix: uses polyfill to fix web components on safari

This commit is contained in:
2025-08-03 12:45:38 -05:00
parent 08e376babc
commit 62aa0f4554
6 changed files with 14 additions and 7 deletions

View File

@@ -24,11 +24,12 @@ export default class DownloadListRow extends HTMLTableRowElement {
if (oldValue !== newValue) {
this[name] = newValue;
this.setAttribute(name, newValue);
this.setPreviewContent();
}
}
previewContent() {
return `
setPreviewContent() {
this.previewContent = `
<table class="table-auto flex flex-row">
<thead>
<tr class="flex flex-col">