feat: add scroll tool option to openMainImage function
This commit is contained in:
@@ -690,6 +690,7 @@ export function openMainImage(current_question, t, source) {
|
||||
{ value: 'pan', text: 'pan [p]' },
|
||||
{ value: 'zoom', text: 'zoom [z]' },
|
||||
{ value: 'rotate', text: 'rotate [r]' },
|
||||
{ value: 'scroll', text: 'scroll [s]' },
|
||||
{ value: 'window', text: 'window (128 ± 127.5) [w]' },
|
||||
{ value: 'measure', text: 'measure [m]' },
|
||||
{ value: 'ellipse', text: 'ellipse [l]' },
|
||||
|
||||
Reference in New Issue
Block a user