haoxinlei 7 سال پیش
والد
کامیت
3923ba9399
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -296,7 +296,7 @@ function getRegionPointsSelector(circles, lineAndMarkers, polygonAndMarkers) {
 }
 
 //获取selector
-export function getShapesSelect(airspaceInfos, setStyle, currentAirspaceIndex) {
+export function getShapesSelector(airspaceInfos, setStyle, currentAirspaceIndex) {
     currentAirspaceIndex = currentAirspaceIndex ? currentAirspaceIndex : () => -1;
     let circles = getCircleSelector(airspaceInfos, setStyle, currentAirspaceIndex);
     let lineAndMarkers = getLineAndMarkerSelector(airspaceInfos, setStyle, currentAirspaceIndex);