mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Increase debounce threshold for taginfo
This commit is contained in:
@@ -129,7 +129,7 @@ function sortKeys(a, b) {
|
||||
}
|
||||
|
||||
|
||||
var debounced = _.debounce(d3.json, 100, true);
|
||||
var debounced = _.debounce(d3.json, 750, true);
|
||||
|
||||
|
||||
function request(url, debounce, callback) {
|
||||
|
||||
Reference in New Issue
Block a user