Skip to content

Commit d48ddca

Browse files
authored
fix(settings): dismiss tooltips on funbox buttons after click (@byseif21) (monkeytypegame#6803)
close monkeytypegame#6800
1 parent aa94a8a commit d48ddca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/ts/pages/settings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,7 @@ $(".pageSettings .section[data-config-name='funbox'] .buttons").on(
997997
const funbox = $(e.currentTarget).attr("data-config-value") as FunboxName;
998998
Funbox.toggleFunbox(funbox);
999999
setActiveFunboxButton();
1000+
$(e.currentTarget).blur();
10001001
}
10011002
);
10021003

0 commit comments

Comments
 (0)