fix: command direction for previousViewportDisplaySet
This commit is contained in:
parent
5325d2d2fe
commit
7f95c1284a
@ -163,7 +163,7 @@ const definitions = {
|
|||||||
previousViewportDisplaySet: {
|
previousViewportDisplaySet: {
|
||||||
commandFn: actions.updateViewportDisplaySet,
|
commandFn: actions.updateViewportDisplaySet,
|
||||||
storeContexts: [],
|
storeContexts: [],
|
||||||
options: { direction: 1 },
|
options: { direction: -1 },
|
||||||
},
|
},
|
||||||
// TOOLS
|
// TOOLS
|
||||||
setZoomTool: {
|
setZoomTool: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user