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