We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080c1ec commit ec172c4Copy full SHA for ec172c4
1 file changed
templates/widgets/template.js.ts
@@ -70,7 +70,7 @@ vis.binds["${widgetName}"] = {
70
$('#' + widgetID).html(text);
71
72
// subscribe on updates of value
73
- function onChange(e, newVal, oldVal) {
+ function onChange(e, newVal, _oldVal) {
74
$div.find('.template-value').html(newVal);
75
}
76
if (data.oid) {
0 commit comments