Framer icon indicating copy to clipboard operation
Framer copied to clipboard

Device.contentScale becomes perminent

Open nlevin opened this issue 8 years ago • 1 comments

When you use the snippet for device content scale, e.g.: Framer.Device.contentScale = 0.5

Then you delete that code, the content scale remains. Maybe it's getting cached somewhere?

See attached.

DeviceScaleProblem.zip

nlevin avatar Aug 12 '16 08:08 nlevin

Yes, it cached in *.framer/framer/config.json -> *.framer/framer/framer.generated.js

RayPS avatar Sep 23 '16 16:09 RayPS