mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
Update src/browser/dom/html_collection.zig
Co-authored-by: Sjors <72333389+sjorsdonkers@users.noreply.github.com>
This commit is contained in:
@@ -369,8 +369,6 @@ pub const HTMLCollection = struct {
|
|||||||
} else {
|
} else {
|
||||||
node = try self.start() orelse return null;
|
node = try self.start() orelse return null;
|
||||||
}
|
}
|
||||||
// i = 0;
|
|
||||||
// node = try self.start() orelse return null;
|
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
if (try parser.nodeType(node) == .element) {
|
if (try parser.nodeType(node) == .element) {
|
||||||
|
|||||||
Reference in New Issue
Block a user