Increase debounce duration for type-in controls to 2sec
This commit is contained in:
parent
24f406917d
commit
11cc27d9c9
|
@ -8815,7 +8815,7 @@ jQuery(async function () {
|
|||
}
|
||||
|
||||
restoreCaretPosition($(this).get(0), caretPosition);
|
||||
}, 500);
|
||||
}, 2000);
|
||||
})
|
||||
|
||||
$(".user_stats_button").on('click', function () {
|
||||
|
|
Loading…
Reference in New Issue