Fix bug that caused closing the select map modal to select the map
Added ability to deselect a map by clicking outside of the map select tile
This commit is contained in:
@@ -31,6 +31,7 @@ function MapTiles({
|
||||
width: "500px",
|
||||
borderRadius: "4px",
|
||||
}}
|
||||
onClick={() => onMapSelect(null)}
|
||||
>
|
||||
<Flex
|
||||
onClick={onMapAdd}
|
||||
|
||||
Reference in New Issue
Block a user