fix: removed unnecessary lines of code
This commit is contained in:
@@ -6012,7 +6012,7 @@
|
||||
if (isSelectElement(element)) {
|
||||
return new SelectElementContainer(context, element);
|
||||
}
|
||||
if (isElement(element)) {
|
||||
if (isTextareaElement(element)) {
|
||||
return new TextareaElementContainer(context, element);
|
||||
}
|
||||
if (isIFrameElement(element)) {
|
||||
|
||||
Reference in New Issue
Block a user