pull/416/head
Cory LaViska 2021-04-12 10:44:29 -04:00
rodzic a1c6035542
commit 3834f3a61a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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');