mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 05:43:47 +08:00
reverting font preview when closing the command line
This commit is contained in:
parent
0bb6256931
commit
02b5396637
1 changed files with 1 additions and 0 deletions
|
@ -1988,6 +1988,7 @@ function triggerCommand(command) {
|
|||
}
|
||||
|
||||
function hideCommandLine() {
|
||||
previewFontFamily(config.fontFamily);
|
||||
$("#commandLineWrapper")
|
||||
.stop(true, true)
|
||||
.css("opacity", 1)
|
||||
|
|
Loading…
Reference in a new issue