fancyapps / ui

A library of JavaScript UI components, includes the best lightbox - Fancybox5
https://fancyapps.com/
Other
820 stars 99 forks source link

Press space bar & slideshow element not injected into the toolbar #555

Closed msev closed 1 year ago

msev commented 1 year ago

Describe the bug

When I press the space bar when opening Fancybox and the slideshow element is not injected into the toolbar, it still launches autoplay.

Is it normal ?

Reproduction

You can reproduce the issue here : https://jsfiddle.net/9xh05pkq/

Additional context

No response

msev commented 1 year ago

Oh I've just seen that I can disable this

Slideshow: {
  key: false
}