Works great for me:
Array.prototype.diff = function(a) { return this.filter(function(i) {return a.indexOf(i) < 0;}); }; const dif = [[TABLE1]].diff([[TABLE2]]); [[DIF]] = (dif);Elements problem
-
@denanotherday said in Elements problem:
@Wewery
Does this affect functionality?Yes, when I select an element the BAS clicks on the wrong place
-
@Wewery said in Elements problem:
@denanotherday said in Elements problem:
@Wewery
Does this affect functionality?Yes, when I select an element the BAS clicks on the wrong place
Мaybe element is not correctly chosen,
