ui-ace
ui-ace copied to clipboard
Missing onFocus callback when the editor is focused
There's a documented and available onBlur
callback that is properly invoked when the editor is blurred.
Unfortunately there's no onFocus
yet and there's a need for it
I would agree. I have multiple editors on a single page. Would be nice to know when one of them gets the focus so that I can visually indicate which editor pane is currently active by highlighting my custom header element.
Need this