textLayer-for-Framer
textLayer-for-Framer copied to clipboard
Framer.js module that simplifies the process of adding text to your prototypes.
Hi there! First of all, thanks a ton for your Framer module, I use it quite a lot. I stumbled upon a bug in Chrome though, I know it might...
When autoSizeHeight = true and contentEditable = true the text expands the bottom for a little bit then starts pushing the text up. How can we just limit the expansion...
See: http://share.framerjs.com/d9mz8lh9ob4b/ Weird thing is that if you set : textLayer.ignoreEvents = false and myPageComponent.content.ignoreEvents = true And "drag-up" on the page component, you're able to select the text layer...