mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-07-29 19:00:21 +02:00
fix selector constant
This commit is contained in:
@@ -77,7 +77,7 @@ export default class ScrollView {
|
||||
page.className = 'scroll-page';
|
||||
pageElements.push( page );
|
||||
|
||||
// Copy the presentation-wide background to each page
|
||||
// If
|
||||
if( slideBackgrounds && slideBackgrounds.length > h ) {
|
||||
const slideBackground = slideBackgrounds[h];
|
||||
const pageBackground = window.getComputedStyle( slideBackground );
|
||||
|
Reference in New Issue
Block a user