Changed grid scale and offset to inset and added grid editor
This commit is contained in:
@@ -87,7 +87,10 @@ function EditMapModal({ isOpen, onDone, map, mapState }) {
|
||||
<Label pt={2} pb={1}>
|
||||
Edit map
|
||||
</Label>
|
||||
<MapEditor map={selectedMapWithChanges} />
|
||||
<MapEditor
|
||||
map={selectedMapWithChanges}
|
||||
onSettingsChange={handleMapSettingsChange}
|
||||
/>
|
||||
<MapSettings
|
||||
map={selectedMapWithChanges}
|
||||
mapState={selectedMapStateWithChanges}
|
||||
|
||||
Reference in New Issue
Block a user