mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
fix: api pagamento multipla comandas com dominio
This commit is contained in:
@@ -6,7 +6,7 @@ function openModal() {
|
||||
if (textField) {
|
||||
setTimeout(() => {
|
||||
textField.focus();
|
||||
}, 100); // 50ms de delay (ajuste conforme necessário)
|
||||
}, 500); // 50ms de delay (ajuste conforme necessário)
|
||||
}
|
||||
textField.value = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user