mirror of
https://github.com/shadoll/sLogos.git
synced 2026-02-04 02:53:22 +00:00
feat: add isFetchingSvgSource state for improved SVG source handling
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
// For SVG source code display
|
// For SVG source code display
|
||||||
let svgSource = "";
|
let svgSource = "";
|
||||||
|
let isFetchingSvgSource = false;
|
||||||
|
|
||||||
function isSvgLogo(logo) {
|
function isSvgLogo(logo) {
|
||||||
return logo && logo.format && logo.format.toLowerCase() === "svg";
|
return logo && logo.format && logo.format.toLowerCase() === "svg";
|
||||||
|
|||||||
Reference in New Issue
Block a user