This commit is contained in:
Ibrahim 2024-10-04 12:28:26 -04:00
parent 0326496c47
commit 8eaebd015d

View File

@ -272,7 +272,7 @@ window.config = {
text: 'You can zoom the images using the right click.', text: 'You can zoom the images using the right click.',
attachTo: { attachTo: {
element: '.viewport-element', element: '.viewport-element',
on: 'top', on: 'left',
}, },
advanceOn: { advanceOn: {
selector: '.cornerstone-viewport-element', selector: '.cornerstone-viewport-element',
@ -300,7 +300,7 @@ window.config = {
text: 'You can modify the window level using the left click.', text: 'You can modify the window level using the left click.',
attachTo: { attachTo: {
element: '.viewport-element', element: '.viewport-element',
on: 'top', on: 'left',
}, },
advanceOn: { advanceOn: {
selector: '.cornerstone-viewport-element', selector: '.cornerstone-viewport-element',
@ -329,7 +329,7 @@ window.config = {
text: 'Use the length tool on the viewport to measure the length of a region.', text: 'Use the length tool on the viewport to measure the length of a region.',
attachTo: { attachTo: {
element: '.viewport-element', element: '.viewport-element',
on: 'top', on: 'right',
}, },
advanceOn: { advanceOn: {
selector: 'body', selector: 'body',
@ -371,7 +371,7 @@ window.config = {
text: 'Scroll the images using the mouse wheel away from the measurement.', text: 'Scroll the images using the mouse wheel away from the measurement.',
attachTo: { attachTo: {
element: '.viewport-element', element: '.viewport-element',
on: 'top', on: 'left',
}, },
advanceOn: { advanceOn: {
selector: '.cornerstone-viewport-element', selector: '.cornerstone-viewport-element',