Merge pull request #427 from astagi/feature/fixwatcherskeyboardnav
Fix keyboard navigation in watchers searchstable
commit
9608d24552
|
@ -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