Currently it always scrolls 2 slices
This seems to working in niivue, however, in niivue-vscode the scroll wheel handler (sliceScroll2D) is always called in multiples of 2
-> This is called twice in Image loading:
this.canvas.addEventListener('wheel', this.wheelListener.bind(this))
Currently it always scrolls 2 slices This seems to working in niivue, however, in niivue-vscode the scroll wheel handler (sliceScroll2D) is always called in multiples of 2 -> This is called twice in Image loading: this.canvas.addEventListener('wheel', this.wheelListener.bind(this))