From f4a2bb798bee2fd937eae8c2216a764e3fb3409a Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Tue, 16 Jul 2024 08:40:26 +0200 Subject: [PATCH] masks cn --- app/masks/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/masks/index.ts b/app/masks/index.ts index 444a6a9c3..2698cedc5 100644 --- a/app/masks/index.ts +++ b/app/masks/index.ts @@ -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)); }); });