You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I do Editor.Focus(FocusState.Programmatic), focus isn't returned to the Monaco editor. It should be.
The text was updated successfully, but these errors were encountered:
hawkerm
changed the title
Using Focus(...) function on Editor should place focus back in Monaco Ediotor
Using Focus(...) function on Editor should place focus back in Monaco Editor
Nov 13, 2017
Almost have this working, but looks like if not clicking into Editor, need to 'Tab' first with keyboard before it behaves as expected, not sure what's grabbing that initial focus yet.
If I do
Editor.Focus(FocusState.Programmatic)
, focus isn't returned to the Monaco editor. It should be.The text was updated successfully, but these errors were encountered: