We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34f2c7 commit aa40e64Copy full SHA for aa40e64
Sources/IO/Core/ImageStream/ViewStream.js
@@ -19,6 +19,7 @@ function vtkViewStream(publicAPI, model) {
19
// --------------------------------------------------------------------------
20
21
function imageLoaded(e) {
22
+ if (model.deleted) return;
23
const id = Number(this.dataset.id);
24
publicAPI.invokeImageReady(model.eventPool[id]);
25
}
0 commit comments