fix: editor incompatibility with firefox79

This commit is contained in:
jialin
2026-01-09 20:51:48 +08:00
parent afcd3e5693
commit 10b2a8b4f9
33 changed files with 12316 additions and 630 deletions
+1
View File
@@ -28,5 +28,6 @@ declare module 'lamejs';
declare module 'file-saver';
declare module 'tinycolor2';
declare module 'js-yaml';
declare module 'minimatch';
declare const REACT_APP_ENV: 'test' | 'dev' | 'pre' | false;