Refactoring addContextMenuToMarker.js and openInNewTab.js
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// hooks/useLayerVisibility.js
|
||||
import { useEffect } from "react";
|
||||
import { addContextMenuToMarker } from "../utils/contextMenuUtils";
|
||||
import { addContextMenuToMarker } from "../utils/addContextMenuToMarker";
|
||||
|
||||
const useLayerVisibility = (map, markers, mapLayersVisibility, layerKey, oms) => {
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user