diff --git a/packages/lb-components/src/views/MainView/toolFooter/FooterTips/ToolHotKey/pointCloud/index.tsx b/packages/lb-components/src/views/MainView/toolFooter/FooterTips/ToolHotKey/pointCloud/index.tsx index eff3317e7..0e4e3f828 100644 --- a/packages/lb-components/src/views/MainView/toolFooter/FooterTips/ToolHotKey/pointCloud/index.tsx +++ b/packages/lb-components/src/views/MainView/toolFooter/FooterTips/ToolHotKey/pointCloud/index.tsx @@ -23,7 +23,6 @@ import { selectedPolygon, changePolygonAttribute, deletePolygon, - keepLine, insertPolygonPoint, deletePolygonPoint, } from '../polygon'; @@ -189,7 +188,6 @@ const pointCloudShortCutTable_POLYGON: IShortcut[] = [ selectedPolygon, changePolygonAttribute, deletePolygon, - keepLine, insertPolygonPoint, deletePolygonPoint, ];