From 251d4775a339cffcad0dbeeba82b7a7109a177be Mon Sep 17 00:00:00 2001 From: Andrea Stagi Date: Fri, 3 Apr 2015 16:37:53 +0200 Subject: [PATCH] Fix keyboard navigation in watchers search --- app/coffee/modules/common/lightboxes.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/coffee/modules/common/lightboxes.coffee b/app/coffee/modules/common/lightboxes.coffee index f270837d..5211fcf3 100644 --- a/app/coffee/modules/common/lightboxes.coffee +++ b/app/coffee/modules/common/lightboxes.coffee @@ -554,6 +554,7 @@ WatchersLightboxDirective = ($repo, lightboxService, lightboxKeyboardNavigationS html = usersTemplate(ctx) $el.find("div.watchers").html(html) + lightboxKeyboardNavigationService.init($el) closeLightbox = () -> lightboxKeyboardNavigationService.stop()