fix: removed unnecessary lines of code

This commit is contained in:
Jannat Patel
2022-11-25 09:21:59 +05:30
parent 9a183d2ef1
commit 8b5a9e1639
5 changed files with 65 additions and 65 deletions

View File

@@ -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)) {