Selection in any mode was fixed (#214)

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

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

Loading…
Cancel
Save