Skip to content

Commit

Permalink
Chore: Prettier file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Jul 19, 2024
1 parent a7905a2 commit 3bb1bc1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Assets/Template.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function init(options = {}) {
lightbox.addFilter("isContentZoomable", () => false);
lightbox.addFilter("preventPointerEvent", () => true);

lightbox.on("firstUpdate", (event) => {
lightbox.on("firstUpdate", () => {
setPswpContainerAttributes();
const container = getPswpContainer();
// This enables default scrolling
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Modules/Template.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Resources/Public/Modules/Template.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Resources/Public/Scripts/Template.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Resources/Public/Scripts/Template.js.map

Large diffs are not rendered by default.

0 comments on commit 3bb1bc1

Please sign in to comment.