Lightbox: A number of tweaks
This commit is contained in:
parent
82f1920ce2
commit
c6278aa173
5 changed files with 85 additions and 47 deletions
|
@ -1237,7 +1237,7 @@ export async function startApp(): Promise<void> {
|
|||
return;
|
||||
}
|
||||
|
||||
const lightBox = document.querySelector('.module-lightbox');
|
||||
const lightBox = document.querySelector('.Lightbox');
|
||||
if (lightBox) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue