Explorar o código

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

Sendya %!s(int64=5) %!d(string=hai) anos
pai
achega
0b7e4ae10e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
   })
 }