JavaScript for WordPress › Forums › Gutenberg Development › Not Seeing "Style" Block Controls › Reply To: Not Seeing "Style" Block Controls
February 20, 2018 at 5:10 pm
#41923
Matthew Farlymn
Participant
Not complete sure if this is the full solution, but it’s working for me now.
Looks like there was a change with the focus section. I changed focus={ props.focus }
to isSelected={ props.isSelected }
and the style format bar appears now.
โRiad Benguella [21 minutes ago]
Right! we inadvertently missed to add a backwards compatibility alternative for this one. You should replace the focus
prop of Editable
or RichText
by isSelected
โ.