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