Merge pull request #1309 from lightpanda-io/zigdom-anchor-click

Anchor Click
This commit is contained in:
Karl Seguin
2026-01-05 12:30:30 +08:00
committed by GitHub

View File

@@ -2723,11 +2723,6 @@ pub fn handleClick(self: *Page, target: *Node) !void {
return;
}
if (std.mem.startsWith(u8, href, "#")) {
// Hash-only links (#foo) should be handled as same-document navigation
return;
}
if (std.mem.startsWith(u8, href, "javascript:")) {
return;
}