It's always the default focus, unless you press ESC to get out of it:
- CMD+Enter = focuses class field then ESC back to navigator. ESC again to de-focus navigator.
- CMD+E = add element / component, which gets immediately focused. ESC to de-focus navigator.
- Editing a property value like
width
? ESC brings you back to focused on the element of that property. ESC again to de-focus navigator.
But beware, the shortcuts for navigating are different than in WS, so you might have gotten the wrong idea that the navigator wasn't focused when it actually was:
- left/right arrows select next/previous sibling.
- up arrow = focus parent
- down arrow = focus first child
Hitting right arrow on the last sibling does nothing, as does hitting left on the first sibbling.
Hitting down on an element with no children does nothing.