From c87aa2991f8fb5769087c8fcc0aec7b2cb3611ff Mon Sep 17 00:00:00 2001 From: George J Padayatti Date: Mon, 25 Sep 2023 20:08:16 +0530 Subject: [PATCH] Fix: Change to read mode Signed-off-by: George J Padayatti --- openapi/v2023.8.1/index.html | 4 ++-- openapi/v2023.8.2/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openapi/v2023.8.1/index.html b/openapi/v2023.8.1/index.html index 52a04e4..a654be1 100644 --- a/openapi/v2023.8.1/index.html +++ b/openapi/v2023.8.1/index.html @@ -56,14 +56,14 @@ applyStyleToApiInfo(); // Try applying the style immediately in case the element is already there } } else { - rapiDocElement.setAttribute("render-style", "focused"); // for sizes greater than a tablet + rapiDocElement.setAttribute("render-style", "read"); // for sizes greater than a tablet } });