svghmi/widget_jsontable.ysl2
branchsvghmi
changeset 3189 0733114a2090
parent 3187 ba8ff21fd82b
child 3195 cdd2a032b424
equal deleted inserted replaced
3188:c173452bf894 3189:0733114a2090
    48 
    48 
    49         }
    49         }
    50         unsub(){
    50         unsub(){
    51             this.abort_controller.abort();
    51             this.abort_controller.abort();
    52             super.unsub();
    52             super.unsub();
       
    53         }
       
    54 
       
    55         sub(...args){
       
    56             this.cache[0] = undefined;
       
    57             super.sub(...args);
    53         }
    58         }
    54 
    59 
    55         dispatch(value, oldval, index) {
    60         dispatch(value, oldval, index) {
    56 
    61 
    57             if(this.cache[index] != value)
    62             if(this.cache[index] != value)