mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
fixed color inputs being very slow
This commit is contained in:
parent
e7727c5020
commit
1acabd6aff
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ $(document).on("click", ".pageSettings .section.themes .theme.button", (e) => {
|
|||
$(
|
||||
".pageSettings .section.themes .tabContainer .customTheme input[type=color]"
|
||||
).on("input", (e) => {
|
||||
UpdateConfig.setCustomTheme(true, true);
|
||||
// UpdateConfig.setCustomTheme(true, true);
|
||||
let $colorVar = $(e.currentTarget).attr("id");
|
||||
let $pickedColor = $(e.currentTarget).val();
|
||||
|
||||
|
|
Loading…
Reference in a new issue