mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
add type and direction to go-to-line overlay
This commit is contained in:
@@ -9,7 +9,7 @@ class GoToLineView extends View
|
||||
@activate: (rootView) -> new GoToLineView(rootView)
|
||||
|
||||
@content: ->
|
||||
@div class: 'go-to-line', =>
|
||||
@div class: 'go-to-line overlay from-top mini', =>
|
||||
@subview 'miniEditor', new Editor(mini: true)
|
||||
@div class: 'message', outlet: 'message'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user