Increase double click timeout

This commit is contained in:
Tyler Hallada 2022-01-23 18:05:36 -05:00
parent d6720da142
commit c5b2ede9d2

View File

@ -362,7 +362,7 @@ const Map: React.FC = () => {
}, },
}); });
} }
}, 150); }, 400);
}); });
map.current.on("dblclick", "grid-layer", (e) => { map.current.on("dblclick", "grid-layer", (e) => {