mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 15:24:03 +08:00
not removing invisible class
This commit is contained in:
parent
40dd2da6e0
commit
c6979cfcc0
1 changed files with 2 additions and 2 deletions
|
@ -252,7 +252,7 @@ export async function screenshot(): Promise<void> {
|
|||
}
|
||||
|
||||
function revertScreenshot(): void {
|
||||
$("#testConfig").removeClass("invisible");
|
||||
// $("#testConfig").removeClass("invisible");
|
||||
$("#ad-result-wrapper").removeClass("hidden");
|
||||
$("#ad-result-small-wrapper").removeClass("hidden");
|
||||
$("#notificationCenter").removeClass("hidden");
|
||||
|
@ -288,7 +288,7 @@ export async function screenshot(): Promise<void> {
|
|||
);
|
||||
}
|
||||
$(".pageTest .buttons").addClass("hidden");
|
||||
$("#testConfig").addClass("invisible");
|
||||
// $("#testConfig").addClass("invisible");
|
||||
$("#notificationCenter").addClass("hidden");
|
||||
$("#commandLineMobileButton").addClass("hidden");
|
||||
$(".pageTest .loginTip").addClass("hidden");
|
||||
|
|
Loading…
Reference in a new issue