Framer icon indicating copy to clipboard operation
Framer copied to clipboard

Hints do not appear when using FlowComponent

Open andrewliebchen opened this issue 7 years ago • 0 comments

The hints, purple boxes around click targets that appear when somewhere other than a target is clicked do not appear when using the FlowComponent.

For example, hints will show here:

layerA = new Layer
layerA.onClick -> print 'Clicked!'

But not here:

flow = new FlowComponent
flow.showNext s.firstScreen

s.nextButton.onClick -> flow.showNext s.secondScreen

Thanks!

cc: @ningxiaz

andrewliebchen avatar Mar 01 '17 02:03 andrewliebchen