Merge pull request #428 from astagi/feature/selectelonenter

If there's only one element left in a lightbox select it on enter
stable
Alejandro 2015-04-06 13:58:57 +02:00
commit 11e31f851c
1 changed files with 4 additions and 1 deletions

View File

@ -86,6 +86,9 @@ class LightboxKeyboardNavigationService extends taiga.Service
# Key: enter
if code == 13
if $el.find(".watcher-single").length == 1
$el.find('.watcher-single:first').trigger("click")
else
activeElement.trigger("click")
# Key: down