|
@@ -167,7 +167,7 @@ document.addEventListener('keydown', function(e) {
|
|
|
const lightboxModal = document.querySelector('#lightboxModal');
|
|
|
if (!globalPopup || globalPopup.style.display === 'none') {
|
|
|
if (document.activeElement === lightboxModal) return;
|
|
|
- if (interruptButton.style.display !== 'none') {
|
|
|
+ if (interruptButton.style.display === 'block') {
|
|
|
interruptButton.click();
|
|
|
e.preventDefault();
|
|
|
}
|