mirror of
https://github.com/atom/atom.git
synced 2026-02-10 06:35:00 -05:00
Add a prompt to the move dialog
This commit is contained in:
@@ -158,6 +158,7 @@ fs = require 'fs'
|
||||
class MoveDialog extends View
|
||||
@content: ->
|
||||
@div class: 'move-dialog', =>
|
||||
@div "Enter the new path for the file:", outlet: 'prompt'
|
||||
@subview 'editor', new Editor(mini: true)
|
||||
|
||||
initialize: (@project, @path) ->
|
||||
|
||||
Reference in New Issue
Block a user