File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v2.2.3 (2025-12-13)
5+
6+ ### Bug Fixes
7+
8+ - ** events** : Prevent VTK.js from eating keyboard events
9+ ([ ` 7fec97a ` ] ( https://github.com/Kitware/trame-rca/commit/7fec97a64c35e94c05d2a5b854ea360d898bafe3 ) )
10+
11+ See https://github.com/Kitware/vtk-js/pull/3239 preventDefault() must be removed because it was
12+ preventing the render window HTML element from getting the focus on mouse click. draggable="false"
13+ must be added otherwise mouse drags attempt to "drag" the rendered <img >
14+
15+ Issue could be reproduced by adding the following in a trame-rca VTK example: ``` with
16+ layout.toolbar: v3.VTextField(v_model="test",) ```
17+
18+
419## v2.2.2 (2025-10-29)
520
621### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " trame-rca"
3- version = " 2.2.2 "
3+ version = " 2.2.3 "
44description = " Remote Controlled Area widget for trame"
55authors = [
66 {name = " Kitware Inc." },
You can’t perform that action at this time.
0 commit comments