-
feat(commandsModule): Add `previousImage` and `nextImage` actions and commands (#710)
released this
2019-07-23 20:52:29 +02:00 | 4518 commits to master since this release- feat(commandsModule): Add
previousImageandnextImageactions and commands
This change adds the keybindings for previousImage (down) and nextImage (up) to the default
configuration and adds the command and action necessary to support it. This pull request is
dependent upon https://github.com/cornerstonejs/cornerstoneTools/pull/1025 which exports the scroll
utility it uses.-
style(default.js): Switch tabs to spaces
-
fix(commandsModule): import
scrollthrough cornerstoneTools.import
Downloads
- feat(commandsModule): Add