Remove droppable from map
This commit is contained in:
parent
aece31f89a
commit
954089fbe5
@ -19,8 +19,6 @@ import TokenDragOverlay from "../token/TokenDragOverlay";
|
||||
import NoteMenu from "../note/NoteMenu";
|
||||
import NoteDragOverlay from "../note/NoteDragOverlay";
|
||||
|
||||
import Droppable from "../Droppable";
|
||||
|
||||
import {
|
||||
AddShapeAction,
|
||||
CutShapeAction,
|
||||
@ -340,7 +338,6 @@ function Map({
|
||||
|
||||
return (
|
||||
<Box sx={{ flexGrow: 1 }}>
|
||||
<Droppable id="map" disabled={!map}>
|
||||
<MapInteraction
|
||||
map={map}
|
||||
mapState={mapState}
|
||||
@ -365,7 +362,6 @@ function Map({
|
||||
{mapPointer}
|
||||
{mapMeasure}
|
||||
</MapInteraction>
|
||||
</Droppable>
|
||||
</Box>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user