Skip to content

Commit 8054547

Browse files
committed
Temporarily disable the use of the Lightbox class
1 parent 4e8aea7 commit 8054547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stories-lightbox/src/web-stories-lightbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export default function initializeWebStoryLightbox() {
166166
if ('undefined' !== typeof webStoryBlocks) {
167167
Array.from(webStoryBlocks).forEach((webStoryBlock) => {
168168
/* eslint-disable-next-line no-new -- we do not store the object as no further computation required. */
169-
new Lightbox(webStoryBlock);
169+
// new Lightbox(webStoryBlock);
170170
});
171171
}
172172
}

0 commit comments

Comments
 (0)