beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: nasty scope shadowing bug... was making funny recursion, leading to really slow interaction.
2022-06-15, Edouard Tisserant
d3cf85a3c282
Parents
b90a0acc8c4e
Children
dacf329abdd9
SVGHMI: nasty scope shadowing bug... was making funny recursion, leading to really slow interaction.
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
svghmi/widget_switch.ysl2
--- a/svghmi/widget_switch.ysl2 Wed Jun 15 11:41:59 2022 +0200
+++ b/svghmi/widget_switch.ysl2 Wed Jun 15 11:43:51 2022 +0200
@@ -26,7 +26,7 @@
current_value = undefined;
init(){
- animate();
+ this.animate();
}
dispatch(value) {