We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4755fc0 commit 778826aCopy full SHA for 778826a
itkwidgets/standalone_server.py
@@ -265,7 +265,7 @@ def main(viewer_options):
265
elif input_data["y_slice"] is None and input_data["view_mode"] == "YPlane":
266
page.locator('label[itk-vtk-tooltip-content="Y plane play scroll"]').click()
267
rate = fast_rate
268
- elif input_data["y_slice"] is None and input_data["view_mode"] == "ZPlane":
+ elif input_data["z_slice"] is None and input_data["view_mode"] == "ZPlane":
269
page.locator('label[itk-vtk-tooltip-content="Z plane play scroll"]').click()
270
271
0 commit comments