Skip to content

v2.2.3

Choose a tag to compare

@github-actions github-actions released this 13 Dec 22:19
· 101 commits to master since this release

v2.2.3 (2025-12-13)

Bug Fixes

  • events: Prevent VTK.js from eating keyboard events (7fec97a)

See Kitware/vtk-js#3239 preventDefault() must be removed because it was preventing the render window HTML element from getting the focus on mouse click. draggable="false" must be added otherwise mouse drags attempt to "drag" the rendered

Issue could be reproduced by adding the following in a trame-rca VTK example: with layout.toolbar: v3.VTextField(v_model="test",)


Detailed Changes: v2.2.2...v2.2.3