mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibWeb: Don't create shadow root for input hidden
This commit is contained in:
committed by
Andreas Kling
parent
3e778fe29c
commit
d290569535
@@ -514,6 +514,7 @@ void HTMLInputElement::create_shadow_tree_if_needed()
|
||||
return;
|
||||
|
||||
switch (type_state()) {
|
||||
case TypeAttributeState::Hidden:
|
||||
case TypeAttributeState::RadioButton:
|
||||
case TypeAttributeState::Checkbox:
|
||||
case TypeAttributeState::Button:
|
||||
|
||||
Reference in New Issue
Block a user