mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Remove unneeded check
This commit is contained in:
@@ -55,7 +55,6 @@ class OutlineView extends SelectList
|
||||
true
|
||||
|
||||
confirmed : ({row, column, name}) ->
|
||||
return unless name.length
|
||||
@cancel()
|
||||
@rootView.getActiveEditor().setCursorBufferPosition([row, column])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user