mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Always focus pane element when pane model is activated
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
@@ -54,7 +54,7 @@ class PaneElement extends HTMLElement
|
||||
@__spacePenView.setModel(@model)
|
||||
|
||||
activated: ->
|
||||
@focus() unless @hasFocus()
|
||||
@focus()
|
||||
|
||||
activeStatusChanged: (active) ->
|
||||
if active
|
||||
|
||||
Reference in New Issue
Block a user