bug: delay na manipulação das mesas no mapa

This commit is contained in:
2025-01-11 19:21:26 -03:00
parent dd158ff7b6
commit 7b01316834
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -74,7 +74,7 @@ var resposta = fetch(url, {method: 'POST',
} }
setTimeout(function() { setTimeout(function() {
manipularCards();}, 1); manipularCards();}, 200);
setTimeout() setTimeout()