From 26aa0031d957c2e4c70709b4b7bf49ea2d6f87b3 Mon Sep 17 00:00:00 2001 From: Boris Sekachev Date: Wed, 26 Sep 2018 15:47:51 +0300 Subject: [PATCH] Some AAM refactoring #5 --- cvat/apps/engine/static/engine/js/shapeCollection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvat/apps/engine/static/engine/js/shapeCollection.js b/cvat/apps/engine/static/engine/js/shapeCollection.js index 1f1121c0bf82..665f5033845b 100644 --- a/cvat/apps/engine/static/engine/js/shapeCollection.js +++ b/cvat/apps/engine/static/engine/js/shapeCollection.js @@ -813,7 +813,7 @@ class ShapeCollectionModel extends Listener { } get activeShape() { - return this._activeShape; + return this._activeAAMShape || this._activeShape; } get currentShapes() {