mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Enable fields when attaching
This commit is contained in:
@@ -106,6 +106,8 @@ class SignInView extends ScrollView
|
||||
attach: ->
|
||||
@username.val('')
|
||||
@password.val('')
|
||||
@setElementEnabled(@username, true)
|
||||
@setElementEnabled(@password, true)
|
||||
@alert.hide()
|
||||
rootView.append(this)
|
||||
@username.focus()
|
||||
|
||||
Reference in New Issue
Block a user