@lunit/insight-viewer
Advanced tools
Comparing version 1.0.8 to 1.1.0
@@ -157,2 +157,3 @@ import * as dicomParser from 'dicom-parser'; | ||
})); | ||
typeof _this.props.onLoadImage === 'function' && _this.props.onLoadImage(image); | ||
}); | ||
@@ -159,0 +160,0 @@ } catch (err) { |
@@ -162,2 +162,3 @@ 'use strict'; | ||
})); | ||
typeof _this.props.onLoadImage === 'function' && _this.props.onLoadImage(image); | ||
}); | ||
@@ -164,0 +165,0 @@ } catch (err) { |
{ | ||
"name": "@lunit/insight-viewer", | ||
"version": "1.0.8", | ||
"version": "1.1.0", | ||
"description": "A React component for DICOM images", | ||
@@ -5,0 +5,0 @@ "author": { |
49496
1167