Skip to content

Commit aabdb9f

Browse files
authored
fix: 🐛 Publish release not triggered by refactor (#58)
1 parent 9294ad7 commit aabdb9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/VTKMPRRotateExample.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ class VTKMPRRotateExample extends Component {
7171
const volumeMapper = vtkVolumeMapper.newInstance();
7272

7373
volumeActor.setMapper(volumeMapper);
74-
7574
reader.setUrl('/headsq.vti', { loadData: true }).then(() => {
7675
const data = reader.getOutputData();
7776
volumeMapper.setInputData(data);

0 commit comments

Comments
 (0)