diff --git a/javascript/_textAreas.js b/javascript/_textAreas.js index b47b4f0..953215c 100644 --- a/javascript/_textAreas.js +++ b/javascript/_textAreas.js @@ -35,8 +35,8 @@ function getTextAreas() { } else { // Otherwise, we have to find the text areas by their adjacent labels let base = gradioApp().querySelector(entry.base); - // Safety check - if (!base) continue; + // Safety check + if (!base) continue; let allTextAreas = [...base.querySelectorAll("textarea")];