Skip to content

Commit

Permalink
Merge pull request Kitware#1937 from laurennlam/fix-reslice-cursor-ex…
Browse files Browse the repository at this point in the history
…ample

Fix ResliceCursorWidget example
  • Loading branch information
finetjul authored May 26, 2021
2 parents e240148 + 461a4ad commit b2928a9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ import { SlabMode } from 'vtk.js/Sources/Imaging/Core/ImageReslice/Constants';
import { xyzToViewType } from 'vtk.js/Sources/Widgets/Widgets3D/ResliceCursorWidget/Constants';
import controlPanel from './controlPanel.html';

// Force the loading of HttpDataAccessHelper to support gzip decompression
import 'vtk.js/Sources/IO/Core/DataAccessHelper/HttpDataAccessHelper';

// ----------------------------------------------------------------------------
// Define main attributes
// ----------------------------------------------------------------------------
Expand Down

0 comments on commit b2928a9

Please sign in to comment.