From 5ec1b207d13d2f2cf20a52e71154ac7d13e61856 Mon Sep 17 00:00:00 2001 From: Parkreiner Date: Tue, 25 Jun 2024 19:58:56 +0000 Subject: [PATCH] docs: remove now-inaccurate comment --- windows-rdp/devolutions-patch.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows-rdp/devolutions-patch.js b/windows-rdp/devolutions-patch.js index d5e1e25..f7673ed 100644 --- a/windows-rdp/devolutions-patch.js +++ b/windows-rdp/devolutions-patch.js @@ -445,9 +445,9 @@ function setupFormOverrides() { setupFormDetection(); } -// Always safe to call setupObscuringStyles immediately because even if the -// Angular app isn't loaded by the time the function gets called, the CSS will -// always be globally available for when Angular is finally ready +// Always safe to call this immediately because even if the Angular app isn't +// loaded by the time the function gets called, the CSS will always be globally +// available for when Angular is finally ready setupAlwaysOnStyles(); if (document.readyState === "loading") {