This commit is contained in:
DirkSchlossmacher 2024-07-16 08:40:26 +02:00
parent 5ada86a78a
commit f4a2bb798b

View File

@ -34,7 +34,7 @@ if (typeof window != "undefined") {
})
.then((masks) => {
const {en = [] } = masks;
return [...cn, ...tw, ...en].map((m) => {
return [ ...en].map((m) => {
BUILTIN_MASKS.push(BUILTIN_MASK_STORE.add(m));
});
});