Просмотр исходного кода

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

Sendya 5 лет назад
Родитель
Сommit
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)
   })
 }