Fix navigatePrev() past beginning of stack: fixes issue #463.#463.#463.
Previously navigatePrev() was changing indexh and indexv; instead should call slide(h, v) and let it change indexh and indexv.
Loading
Please register or sign in to comment
Previously navigatePrev() was changing indexh and indexv; instead should call slide(h, v) and let it change indexh and indexv.