mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-11 01:44:50 +08:00
fix(settings): dismiss tooltips on funbox buttons after click (@byseif21) (#6803)
close #6800
This commit is contained in:
parent
aa94a8afed
commit
d48ddcaac7
1 changed files with 1 additions and 0 deletions
|
|
@ -997,6 +997,7 @@ $(".pageSettings .section[data-config-name='funbox'] .buttons").on(
|
|||
const funbox = $(e.currentTarget).attr("data-config-value") as FunboxName;
|
||||
Funbox.toggleFunbox(funbox);
|
||||
setActiveFunboxButton();
|
||||
$(e.currentTarget).blur();
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue