feat: add isFetchingSvgSource state for improved SVG source handling

This commit is contained in:
sHa
2025-05-15 22:12:56 +03:00
parent 0bce3afd65
commit 802bdedf53

View File

@@ -21,6 +21,7 @@
// For SVG source code display
let svgSource = "";
let isFetchingSvgSource = false;
function isSvgLogo(logo) {
return logo && logo.format && logo.format.toLowerCase() === "svg";