Lona / Lona

A tool for defining design systems and using them to generate cross-platform UI code, Sketch files, and other artifacts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinite loop when clicking on an LNAImageView

mathieudutour opened this issue · comments

In Studio, when clicking on an LNAImageView (for example, open the material-design example > Elements > Card and click on the image of the card in the canvas), it enters an infinite loop and keeps allocating a CGImage until it runs out of memory.

I haven't been able to understand why it does that but I'm pretty sure it wasn't doing that before. I'm guessing it's because of bfa09c4?