We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Lightbox
1 parent 4e8aea7 commit 8054547Copy full SHA for 8054547
packages/stories-lightbox/src/web-stories-lightbox.js
@@ -166,7 +166,7 @@ export default function initializeWebStoryLightbox() {
166
if ('undefined' !== typeof webStoryBlocks) {
167
Array.from(webStoryBlocks).forEach((webStoryBlock) => {
168
/* eslint-disable-next-line no-new -- we do not store the object as no further computation required. */
169
- new Lightbox(webStoryBlock);
+ // new Lightbox(webStoryBlock);
170
});
171
}
172
0 commit comments