|
@@ -604,7 +604,11 @@ export class SelectCtrl extends ModuleControl<EditorModule> {
|
|
|
lastId = selected[selected.length-1] || "";
|
|
|
}
|
|
|
|
|
|
+ if (lastId) {
|
|
|
+ this.actions.pickComp(lastId, false);
|
|
|
+ }
|
|
|
this.actions.selectObjs(selected, lastId);
|
|
|
+
|
|
|
if (selected.length < 1) {
|
|
|
this.actions.pickComp(this.store.currStreamCardId);
|
|
|
}
|