Skip to content

Commit

Permalink
Some AAM refactoring #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Sekachev committed Oct 17, 2018
1 parent a050c0d commit 26aa003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/apps/engine/static/engine/js/shapeCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ class ShapeCollectionModel extends Listener {
}

get activeShape() {
return this._activeShape;
return this._activeAAMShape || this._activeShape;
}

get currentShapes() {
Expand Down

0 comments on commit 26aa003

Please sign in to comment.