Closed dpo closed 7 years ago
If this.project.openOutput is false, this.viewer is undefined a line 162, causing an error when retrieving viewer.file.path here.
this.project.openOutput
false
this.viewer
viewer.file.path
@dpo Thanks again!
If
this.project.openOutput
isfalse
,this.viewer
is undefined a line 162, causing an error when retrievingviewer.file.path
here.