Bug Fix: Additional Viewports do auto load remaining stacks...
This commit is contained in:
parent
64b511375e
commit
2ed30ee592
@ -270,7 +270,7 @@ export class LayoutManager {
|
|||||||
}) || this.studies[0];
|
}) || this.studies[0];
|
||||||
|
|
||||||
// Get the display sets
|
// Get the display sets
|
||||||
const displaySets = currentStudy.series;
|
const displaySets = currentStudy.displaySets;
|
||||||
|
|
||||||
// Get the current display set
|
// Get the current display set
|
||||||
const displaySet = _.findWhere(displaySets, {
|
const displaySet = _.findWhere(displaySets, {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user