diff --git a/docs/assets/plugins/theme-picker/theme-picker.js b/docs/assets/plugins/theme-picker/theme-picker.js index bce337ef4..95fe7c741 100644 --- a/docs/assets/plugins/theme-picker/theme-picker.js +++ b/docs/assets/plugins/theme-picker/theme-picker.js @@ -73,7 +73,6 @@ event.preventDefault(); setTheme(isDark() ? 'light' : 'dark'); - show(); } });