(event)
| 113 | } |
| 114 | |
| 115 | onLeftPressed (event) { |
| 116 | if ((event.type === 'keydown') && $(document.activeElement).is('.carousel-control')) { return } |
| 117 | if (__guard__($('#screenshot-lightbox').data('bs.modal'), x => x.isShown)) { |
| 118 | event.preventDefault() |
| 119 | return $('#screenshot-carousel').carousel('prev') |
| 120 | } |
| 121 | } |
| 122 | |
| 123 | onEscapePressed (event) { |
| 124 | if (__guard__($('#screenshot-lightbox').data('bs.modal'), x => x.isShown)) { |