@entryscape/rdforms 10.9.1 → 10.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "application profile",
9
9
  "linked data"
10
10
  ],
11
- "version": "10.9.1",
11
+ "version": "10.9.2",
12
12
  "main": "dist/rdforms.node.js",
13
13
  "browser": "dist/rdforms.react.js",
14
14
  "module": "main.js",
@@ -106,7 +106,9 @@ export default class ValueBinding extends Binding {
106
106
  */
107
107
  setLanguage(lang, silent) {
108
108
  this._statement.setLanguage(lang, silent);
109
- this.updateAssertions();
109
+ if (!silent) {
110
+ this.bindingChange(this);
111
+ }
110
112
  }
111
113
 
112
114
  /**