浏览代码

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)
   })
 }