Selection in any mode was fixed (#214)

main
Boris Sekachev 7 years ago committed by Nikita Manovich
parent 1a040a0608
commit b0c84f4a68

@ -525,7 +525,9 @@ class ShapeCollectionModel extends Listener {
}
this._frame = frame;
this._interpolate();
this.selectShape(this._lastPos, false);
if (!window.cvat.mode) {
this.selectShape(this._lastPos, false);
}
}
else {
this._clear();

Loading…
Cancel
Save