This commit is contained in:
Karl Seguin
2026-02-14 14:06:25 +08:00
parent 5c37f04d64
commit fd3e67a0b4

View File

@@ -639,7 +639,7 @@ const ActivationState = struct {
const Input = Element.Html.Input; const Input = Element.Html.Input;
fn create(event: *const Event, target: *Node, page: *Page) ? ActivationState { fn create(event: *const Event, target: *Node, page: *Page) ?ActivationState {
if (event._type_string.eql(comptime .wrap("click")) == false) { if (event._type_string.eql(comptime .wrap("click")) == false) {
return null; return null;
} }