Browse Source

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

Sendya 5 năm trước cách đây
mục cha
commit
0b7e4ae10e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
   })
 }