Anuken/Arc

Functions are shadowed by variables, Element#visible() is not usable

deltanedas opened this issue · 1 comments

new Table().visible(() => true);
Will say that it cannot call visible, it is a boolean not function.

Set the visibility manually with the boolean, or use the cell's visible method.