removed unnecessary large timeout (for reordering the queue 0 should be enough)

This commit is contained in:
Gani Georgiev
2023-07-27 16:10:28 +03:00
parent 854796a8dd
commit fcc4e305e0
31 changed files with 38 additions and 38 deletions
@@ -33,7 +33,7 @@
// It helps reducing the layout shifts (the relation field has fixed height skeleton loader)
// and allows the other form fields to load sooner.
clearTimeout(loadTimeoutId);
loadTimeoutId = setTimeout(load, 50);
loadTimeoutId = setTimeout(load, 0);
}
function needLoad() {