imagelightbox
imagelightbox copied to clipboard
Fixes bug that allows invoking other ILB sets while another is open
This PR addresses issue #210
EDIT: Because of my setup, my editor automatically applied eslint rules to the file docs/javascripts/main.js. That's why you'll see some unrelated changes.
Couldn't we just fix this by making the overlay always be added and just be transparent unless the user chooses to display it?
Hmm. I haven't actually described the issue that well... Because I'm still seeing some issues and I don't remember whether it's what I've encountered initially...
Hi, I think this is fixed as part of #866 - The way interaction with the document was blocked previously was flawed, now we just draw a <div> over all of if...
Let me know if I am wrong and the issue is still present :)