kopia lustrzana https://github.com/shoelace-style/shoelace
remove dot
rodzic
a1c6035542
commit
3834f3a61a
|
@ -90,7 +90,7 @@ export default class SlIcon extends LitElement {
|
|||
try {
|
||||
const file = await requestIcon(url)!;
|
||||
if (url !== this.getUrl()) {
|
||||
// If the url has changed while fetching the icon, ignore this request.
|
||||
// If the url has changed while fetching the icon, ignore this request
|
||||
return;
|
||||
} else if (file.ok) {
|
||||
const doc = parser.parseFromString(file.svg, 'text/html');
|
||||
|
|
Ładowanie…
Reference in New Issue