feat: add scroll tool option to openMainImage function

This commit is contained in:
Ross
2025-09-02 20:58:29 +01:00
parent 50cd3f10cf
commit 4cc033ad90
+1
View File
@@ -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]' },