You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -236,9 +239,7 @@ module.exports = function (RED) {
236
239
},200);// lowest setting on my side ... still fails sometimes ;)
237
240
};
238
241
$scope.$watch('msg',function(msg){
239
-
//console.log("ui-table message arrived:",msg);
240
242
if(msg&&msg.hasOwnProperty("ui_control")&&msg.ui_control.hasOwnProperty("callback"))returnmsg;// to avoid loopback from callbacks. No better solution jet. Help needed.
241
-
//console.log("ui-table msg: ", msg);
242
243
243
244
// configuration via ui_control
244
245
if(msg&&msg.hasOwnProperty("ui_control")){
@@ -248,7 +249,7 @@ module.exports = function (RED) {
0 commit comments