Skip to content

Commit 4dfcd2c

Browse files
committed
fix(pat slides): The slides initialization did not work since some time. This is now fixed.
1 parent a28a386 commit 4dfcd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pat/slides/slides.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var slides = {
1818
},
1919

2020
async init($el) {
21-
if (!this.el.querySelector(".slide")) {
21+
if (!$el[0].querySelector(".slide")) {
2222
// no slides, nothing to do.
2323
return;
2424
}

0 commit comments

Comments
 (0)