Fix keyboard navigation in watchers search
parent
d6f0174d3b
commit
251d4775a3
|
@ -554,6 +554,7 @@ WatchersLightboxDirective = ($repo, lightboxService, lightboxKeyboardNavigationS
|
|||
|
||||
html = usersTemplate(ctx)
|
||||
$el.find("div.watchers").html(html)
|
||||
lightboxKeyboardNavigationService.init($el)
|
||||
|
||||
closeLightbox = () ->
|
||||
lightboxKeyboardNavigationService.stop()
|
||||
|
|
Loading…
Reference in New Issue