diff -r c173452bf894 -r 0733114a2090 svghmi/gen_index_xhtml.xslt --- 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 @@ + sub(...args){ + + this.cache[0] = undefined; + + super.sub(...args); + + } + + + dispatch(value, oldval, index) {