add missing checkVisibility options

This commit is contained in:
Karl Seguin committed 2025-09-29 12:04:11 +08:00
1 parent 220775715d
commit e88473d090
1 file changed
+2
+2
View File
@@ -606,6 +606,8 @@ pub const Element = struct {
contentVisibilityAuto: bool,
opacityProperty: bool,
visibilityProperty: bool,
checkVisibilityCSS: bool,
checkOpacity: bool,
};
pub fn _checkVisibility(self: *parser.Element, opts: ?CheckVisibilityOpts) bool {