Typescript
This commit is contained in:
@@ -73,11 +73,11 @@ function MapEditor({ map, onSettingsChange }: MapEditorProps) {
|
||||
);
|
||||
|
||||
useStageInteraction(
|
||||
mapStageRef.current,
|
||||
mapStageRef,
|
||||
stageScale,
|
||||
setStageScale,
|
||||
stageTranslateRef,
|
||||
mapLayerRef.current,
|
||||
mapLayerRef,
|
||||
getGridMaxZoom(map.grid),
|
||||
"move",
|
||||
preventMapInteraction
|
||||
|
||||
Reference in New Issue
Block a user