mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
resetting to config theme when closing the command line. fixes #892
This commit is contained in:
parent
fdf687dc2c
commit
ebdc387ca1
1 changed files with 1 additions and 0 deletions
|
|
@ -2046,6 +2046,7 @@ function triggerCommand(command) {
|
|||
|
||||
function hideCommandLine() {
|
||||
previewFontFamily(config.fontFamily);
|
||||
previewTheme(config.theme);
|
||||
$("#commandLineWrapper")
|
||||
.stop(true, true)
|
||||
.css("opacity", 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue