mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 06:23:45 +00:00
Merge pull request #1309 from lightpanda-io/zigdom-anchor-click
Anchor Click
This commit is contained in:
@@ -2723,11 +2723,6 @@ pub fn handleClick(self: *Page, target: *Node) !void {
|
|||||||
return;
|
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:")) {
|
if (std.mem.startsWith(u8, href, "javascript:")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user