소스 검색

fix: 切换主题 message 在 ie 不消失

Sendya 5 년 전
부모
커밋
0b7e4ae10e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/SettingDrawer/settingConfig.js

+ 1 - 1
src/components/SettingDrawer/settingConfig.js

@@ -36,7 +36,7 @@ const updateTheme = newPrimaryColor => {
   themeColor.changeColor(newPrimaryColor).finally(t => {
     setTimeout(() => {
       hideMessage()
-    })
+    }, 10)
   })
 }