docs: remove now-inaccurate comment

This commit is contained in:
Parkreiner
2024-06-25 19:58:56 +00:00
parent 702271133f
commit 5ec1b207d1

View File

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