diff --git a/README.md b/README.md index 869a3543..68e9274d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/src/Vis/visRxWidget.tsx b/src/src/Vis/visRxWidget.tsx index d0e80262..c5f7e59a 100644 --- a/src/src/Vis/visRxWidget.tsx +++ b/src/src/Vis/visRxWidget.tsx @@ -445,6 +445,7 @@ class VisRxWidget> extends VisBaseWidget { // extract bindings anew as data or style was changes getUsedObjectIDsInWidget( + context.views, this.props.view, this.props.id, this.linkContext,