Skip to content

Commit

Permalink
Drop 50 delay for coordinate search results callback
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 5, 2024
1 parent 5274990 commit 1362505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/SearchProviders.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function coordinatesSearch(text, searchParams, callback) {
}
);
}
setTimeout(() => callback({results: results}), 50);
callback({results: results});
}

/** ************************************************************************ **/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "QWC2App",
"version": "2024.01.04-master",
"version": "2024.01.05-master",
"description": "QGIS Web Client 2 application",
"author": "Sourcepole",
"license": "BSD-2-Clause",
Expand Down

0 comments on commit 1362505

Please sign in to comment.