Skip to content

Commit c01cd4a

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)