Skip to content

Commit

Permalink
fixed bug in vis rx widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Jan 24, 2024
1 parent 10e8201 commit b6beb87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ E.g., if it was used in a menu and the menu is red, the circle would be red.
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
* (foxriver76) fixed another bug due to previous versions

### 2.9.22 (2024-01-22)
* (foxriver76) try to fix problems introduced with 2.9.21

Expand Down
1 change: 1 addition & 0 deletions src/src/Vis/visRxWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ class VisRxWidget<TRxData extends Record<string, any>> extends VisBaseWidget {

// extract bindings anew as data or style was changes
getUsedObjectIDsInWidget(
context.views,
this.props.view,
this.props.id,
this.linkContext,
Expand Down

0 comments on commit b6beb87

Please sign in to comment.