fixed the map thing
This commit is contained in:
@@ -87,6 +87,7 @@ zoneMessage.addEventListener("keydown", function (event) {
|
||||
if (event.key === "Enter" && event.ctrlKey) {
|
||||
formulaire.requestSubmit();
|
||||
}
|
||||
preventDefault();
|
||||
if (event.key === "Escape") {
|
||||
zoneMessage.value = "";
|
||||
rafraichirCompteur();
|
||||
|
||||
Reference in New Issue
Block a user