mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 06:23:45 +00:00
axnode: fix invalid enum
This commit is contained in:
@@ -624,7 +624,7 @@ pub const AXRole = enum(u8) {
|
||||
.search => .searchbox,
|
||||
.checkbox => .checkbox,
|
||||
// zig fmt: off
|
||||
.password, .datetime_local, .hidden, .month, .color,
|
||||
.password, .@"datetime-local", .hidden, .month, .color,
|
||||
.week, .time, .file, .date => .none,
|
||||
// zig fmt: ofn
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user