Increase debounce duration for type-in controls to 2sec

This commit is contained in:
Cohee 2023-10-26 22:02:56 +03:00
parent 24f406917d
commit 11cc27d9c9
1 changed files with 1 additions and 1 deletions

View File

@ -8815,7 +8815,7 @@ jQuery(async function () {
}
restoreCaretPosition($(this).get(0), caretPosition);
}, 500);
}, 2000);
})
$(".user_stats_button").on('click', function () {