Skip to content

Commit

Permalink
feat(pointcloud): Update pointCloud Hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwin-L committed Feb 23, 2023
1 parent 4322b40 commit c500cb5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {
selectedPolygon,
changePolygonAttribute,
deletePolygon,
keepLine,
insertPolygonPoint,
deletePolygonPoint,
} from '../polygon';
Expand Down Expand Up @@ -189,7 +188,6 @@ const pointCloudShortCutTable_POLYGON: IShortcut[] = [
selectedPolygon,
changePolygonAttribute,
deletePolygon,
keepLine,
insertPolygonPoint,
deletePolygonPoint,
];
Expand Down

0 comments on commit c500cb5

Please sign in to comment.