We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce21cb5 commit c01cd4aCopy full SHA for c01cd4a
1 file changed
src/pat/slides/slides.js
@@ -18,7 +18,7 @@ var slides = {
18
},
19
20
async init($el) {
21
- if (!this.el.querySelector(".slide")) {
+ if (!$el[0].querySelector(".slide")) {
22
// no slides, nothing to do.
23
return;
24
}
0 commit comments