fix: command direction for previousViewportDisplaySet

This commit is contained in:
dannyrb 2019-06-08 15:12:19 -04:00
parent 5325d2d2fe
commit 7f95c1284a

View File

@ -163,7 +163,7 @@ const definitions = {
previousViewportDisplaySet: {
commandFn: actions.updateViewportDisplaySet,
storeContexts: [],
options: { direction: 1 },
options: { direction: -1 },
},
// TOOLS
setZoomTool: {