mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
Focus preview list after expanding/collapsing all
This commit is contained in:
@@ -98,9 +98,11 @@ class CommandPanelView extends View
|
||||
|
||||
onExpandAll: (event) =>
|
||||
@previewList.expandAllPaths()
|
||||
@previewList.focus()
|
||||
|
||||
onCollapseAll: (event) =>
|
||||
@previewList.collapseAllPaths()
|
||||
@previewList.collapseAllPaths()
|
||||
@previewList.focus()
|
||||
|
||||
attach: (text='', options={}) ->
|
||||
@errorMessages.hide()
|
||||
|
||||
Reference in New Issue
Block a user