From c500cb58beb778a3878a178c253541723da1906f Mon Sep 17 00:00:00 2001 From: laoluo Date: Thu, 23 Feb 2023 14:09:49 +0800 Subject: [PATCH] feat(pointcloud): Update pointCloud Hotkey --- .../toolFooter/FooterTips/ToolHotKey/pointCloud/index.tsx | 2 -- 1 file changed, 2 deletions(-) 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, ];