From 3d1ca6893a57a06e3f877750bcae52a02bfb0211 Mon Sep 17 00:00:00 2001 From: Dominik Reh Date: Mon, 19 Dec 2022 10:32:47 +0100 Subject: [PATCH] Fix formatting --- javascript/_textAreas.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")];