Fix bug with zooming while on the drawing tool on a touch device

This commit is contained in:
Mitchell McCaffrey
2020-06-22 09:22:20 +10:00
parent ccc0c2b89d
commit d677f3623f
2 changed files with 26 additions and 6 deletions

View File

@@ -344,6 +344,7 @@ function Map({
</>
}
selectedToolId={selectedToolId}
onSelectedToolChange={setSelectedToolId}
>
{mapGrid}
{mapDrawing}