svghmi/widget_input.ysl2
branchsvghmi
changeset 3034 793ce2117258
parent 3010 893cc309f5e2
child 3094 3e184f1e1012
--- a/svghmi/widget_input.ysl2	Fri Aug 21 13:22:54 2020 +0200
+++ b/svghmi/widget_input.ysl2	Fri Aug 21 14:29:03 2020 +0200
@@ -35,7 +35,7 @@
     |     },
     |     on_edit_click: function(opstr) {
     |         var size = (typeof this.key_pos_elt !== 'undefined') ?  this.key_pos_elt.getBBox() : undefined
-    |         edit_value("«path/@value»", "«path/@type»", this, this.last_val,size);
+    |         edit_value("«path/@value»", "«path/@type»", this, this.last_val, size);
     |     },
 
     |     edit_callback: function(new_val) {