feat: reduce debouncing to 250ms for New Map

This commit is contained in:
Azgaar 2022-06-02 22:36:23 +03:00
parent 7f1c8ddd6c
commit 0c2ec8d97e

View file

@ -1927,7 +1927,7 @@ const regenerateMap = debounce(async function (options) {
shouldShowLoading && hideLoading();
clearMainTip();
}, 1000);
}, 250);
// clear the map
function undraw() {