mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-07-29 02:40:21 +02:00
add logs to scrollview.js
This commit is contained in:
@@ -46,8 +46,10 @@ export default class ScrollView {
|
||||
let presentationBackground;
|
||||
|
||||
const viewportStyles = window.getComputedStyle( this.viewportElement );
|
||||
console.log(viewportStyles);
|
||||
if( viewportStyles && viewportStyles.background ) {
|
||||
presentationBackground = viewportStyles.background;
|
||||
console.log(presentationBackground);
|
||||
}
|
||||
|
||||
const pageElements = [];
|
||||
|
Reference in New Issue
Block a user