fix(Measurements): edit measurement while SEG loaded (#3375)
This commit is contained in:
parent
a688f03fdb
commit
98d966514a
@ -126,7 +126,7 @@ class ViewportInfo {
|
||||
if (!this.viewportData?.data) return false;
|
||||
|
||||
if (this.viewportData.data.length) {
|
||||
return !!this.viewportData.find(data =>
|
||||
return !!this.viewportData.data.find(data =>
|
||||
dataContains(data, displaySetUID, imageId)
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user