mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 21:51:29 +08:00
removed update on tab click
This commit is contained in:
parent
9d3a2d630b
commit
2a0c1bb4bc
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ $(".pageSettings .section.themes .tabs .button").on("click", (e) => {
|
|||
$(".pageSettings .section.themes .tabs .button").removeClass("active");
|
||||
const $target = $(e.currentTarget);
|
||||
$target.addClass("active");
|
||||
setCustomInputs();
|
||||
// setCustomInputs();
|
||||
if ($target.attr("tab") == "preset") {
|
||||
UpdateConfig.setCustomTheme(false);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue