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 2019/10/08 13:15:13 UTC

[whimsy] branch master updated: switch to ondblclick

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 36a0f77  switch to ondblclick
36a0f77 is described below

commit 36a0f77d512ab25d4207cc03ffdfdae076b65afc
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Oct 8 09:14:47 2019 -0400

    switch to ondblclick
---
 www/roster/views/group.js.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/roster/views/group.js.rb b/www/roster/views/group.js.rb
index bdaf5b2..2eb04dd 100644
--- a/www/roster/views/group.js.rb
+++ b/www/roster/views/group.js.rb
@@ -1,5 +1,5 @@
 #
-# Show a committee
+# Show a group
 #
 
 class Group < Vue
@@ -112,7 +112,7 @@ class GroupMember < Vue
   end
 
   def render
-    _tr onDoubleClick: self.select do
+    _tr onDblClick: self.select do
       _td {_a @@id, href: "committer/#{@@id}"}
       _td @@name