forked from Github/frigate
undo points based on order added to polygon (#11035)
This commit is contained in:
@@ -7,8 +7,8 @@ export type Polygon = {
|
||||
type: PolygonType;
|
||||
objects: string[];
|
||||
points: number[][];
|
||||
pointsOrder?: number[];
|
||||
isFinished: boolean;
|
||||
// isUnsaved: boolean;
|
||||
color: number[];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user