mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
feat: reduce debouncing to 250ms for New Map
This commit is contained in:
parent
7f1c8ddd6c
commit
0c2ec8d97e
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
|
@ -1927,7 +1927,7 @@ const regenerateMap = debounce(async function (options) {
|
|||
|
||||
shouldShowLoading && hideLoading();
|
||||
clearMainTip();
|
||||
}, 1000);
|
||||
}, 250);
|
||||
|
||||
// clear the map
|
||||
function undraw() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue