Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzidanas committed Feb 5, 2024
1 parent ebca26e commit 28aee42
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/reveal.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/reveal.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/reveal.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/reveal.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/controllers/scrollview.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class ScrollView {
console.log(viewportStyles);
if( viewportStyles && viewportStyles.background ) {
presentationBackground = viewportStyles.background;
console.log(presentationBackground);
console.log(this.viewportElement);
}

const pageElements = [];
Expand Down

0 comments on commit 28aee42

Please sign in to comment.