reverting font preview when closing the command line

This commit is contained in:
Jack 2020-12-23 17:30:20 +00:00
parent 0bb6256931
commit 02b5396637

View file

@ -1988,6 +1988,7 @@ function triggerCommand(command) {
}
function hideCommandLine() {
previewFontFamily(config.fontFamily);
$("#commandLineWrapper")
.stop(true, true)
.css("opacity", 1)