Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
smtdfc committed Jul 11, 2023
1 parent e738ec0 commit dce624b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Element/Element.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class TurtleElement {
selectAll(query) {
try {
let elements = this.HTMLElement.querySelectorAll(query)
return new TurtleListElement(elements)
return new TurtleListElement(this,elements)
} catch (e) {
generateError("Selector Error", `Cannot select all element by query ${query} !`)
}
Expand Down

0 comments on commit dce624b

Please sign in to comment.