fix: uses polyfill to fix web components on safari
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user