corrigindo cortes de samples no download de projetos do mmpCreator
Deploy / Deploy (push) Successful in 1m56s
Details
Deploy / Deploy (push) Successful in 1m56s
Details
This commit is contained in:
parent
d3a93c7278
commit
0afdf90c48
|
|
@ -1061,12 +1061,6 @@ function _sanitizeFileName(name) {
|
||||||
.slice(0, 80) || "clip";
|
.slice(0, 80) || "clip";
|
||||||
}
|
}
|
||||||
|
|
||||||
function _clamp(n, a, b) {
|
|
||||||
const x = Number(n);
|
|
||||||
if (!Number.isFinite(x)) return a;
|
|
||||||
return Math.max(a, Math.min(b, x));
|
|
||||||
}
|
|
||||||
|
|
||||||
async function _fetchArrayBufferCached(url) {
|
async function _fetchArrayBufferCached(url) {
|
||||||
if (__exportCache.rawBySrc.has(url)) return __exportCache.rawBySrc.get(url);
|
if (__exportCache.rawBySrc.has(url)) return __exportCache.rawBySrc.get(url);
|
||||||
const res = await fetch(url);
|
const res = await fetch(url);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue