Skip to content

Commit

Permalink
Remove unneeded focus call
Browse files Browse the repository at this point in the history
Possible fix for JunSuzukiJapan#11 in upstream
  • Loading branch information
mattaschmann committed Nov 25, 2016
1 parent e96eba9 commit 14c42cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/hidden-input-view-model.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class HiddenInputViewModel
@view = new HiddenInputView().initialize(this, atom.views.getView(@editor))
@editor.normalModeInputView = @view
#@controller.onDidFailToCompose => @view.remove()
@view.focus()

confirm: (view) ->
value = @view.value
Expand Down

0 comments on commit 14c42cc

Please sign in to comment.