You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/10/10 22:01:18 UTC

[whimsy] branch master updated: fix initial focus

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d2aa23  fix initial focus
9d2aa23 is described below

commit 9d2aa233b736c7e015acec390cd5c0b9a59f6dc1
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Oct 10 18:01:07 2017 -0400

    fix initial focus
---
 www/board/agenda/views/pages/action-items.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/pages/action-items.js.rb b/www/board/agenda/views/pages/action-items.js.rb
index d3fe82a..34f5e0b 100644
--- a/www/board/agenda/views/pages/action-items.js.rb
+++ b/www/board/agenda/views/pages/action-items.js.rb
@@ -178,7 +178,7 @@ class ActionItems < Vue
   # autofocus on action status in update action form
   def mounted()
     jQuery('#updateStatusForm').on 'shown.bs.modal' do
-      ~statusText.focus()
+      $refs.statusText.focus()
     end
   end
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].