Skip to content

Commit 901bc1f

Browse files
author
semantic-release
committed
2.2.3
Automatically generated by python-semantic-release
1 parent 7fec97a commit 901bc1f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trame-rca"
3-
version = "2.2.2"
3+
version = "2.2.3"
44
description = "Remote Controlled Area widget for trame"
55
authors = [
66
{name = "Kitware Inc."},

0 commit comments

Comments
 (0)