add logs to scrollview.js
This commit is contained in:
parent
dcc21516dd
commit
d61b375bf8
1 changed files with 2 additions and 0 deletions
|
|
@ -46,8 +46,10 @@ export default class ScrollView {
|
||||||
let presentationBackground;
|
let presentationBackground;
|
||||||
|
|
||||||
const viewportStyles = window.getComputedStyle( this.viewportElement );
|
const viewportStyles = window.getComputedStyle( this.viewportElement );
|
||||||
|
console.log(viewportStyles);
|
||||||
if( viewportStyles && viewportStyles.background ) {
|
if( viewportStyles && viewportStyles.background ) {
|
||||||
presentationBackground = viewportStyles.background;
|
presentationBackground = viewportStyles.background;
|
||||||
|
console.log(presentationBackground);
|
||||||
}
|
}
|
||||||
|
|
||||||
const pageElements = [];
|
const pageElements = [];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue