Fixed multiple annotation select
This commit is contained in:
parent
dfe85b96a3
commit
05c31c6e56
@ -134,7 +134,7 @@ export class FileWorkloadComponent {
|
||||
if (($event.ctrlKey || $event.metaKey) && this.selectedAnnotations.length > 0) {
|
||||
this.multiSelectActive = true;
|
||||
}
|
||||
this.selectAnnotations.emit({ annotations: [annotation], multiSelect: true });
|
||||
this.selectAnnotations.emit({ annotations: [annotation], multiSelect: this.multiSelectActive });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user