--- a/svghmi/gen_index_xhtml.xslt Mon Mar 15 11:25:24 2021 +0100
+++ b/svghmi/gen_index_xhtml.xslt Tue Mar 16 14:18:39 2021 +0100
@@ -4661,6 +4661,16 @@
+ <xsl:text> sub(...args){ + <xsl:text> this.cache[0] = undefined; + <xsl:text> super.sub(...args); <xsl:text> dispatch(value, oldval, index) {
--- a/svghmi/widget_jsontable.ysl2 Mon Mar 15 11:25:24 2021 +0100
+++ b/svghmi/widget_jsontable.ysl2 Tue Mar 16 14:18:39 2021 +0100
@@ -52,6 +52,11 @@
+ this.cache[0] = undefined; dispatch(value, oldval, index) {
if(this.cache[index] != value)