From 6cf5a42e8ef971c7922379208db919880bc470dd Mon Sep 17 00:00:00 2001 From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:01:53 +0100 Subject: [PATCH] docs: Hide await HotReload UI updates example (cherry picked from commit b8f8146731f2ccaa2b478dfe1b718c86f3844c23) --- doc/articles/uno-development/uno-internals-hotreload.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/articles/uno-development/uno-internals-hotreload.md b/doc/articles/uno-development/uno-internals-hotreload.md index 5913b90df7d0..3a99a46bfd9b 100644 --- a/doc/articles/uno-development/uno-internals-hotreload.md +++ b/doc/articles/uno-development/uno-internals-hotreload.md @@ -60,6 +60,8 @@ Pausing and resuming UI Update is done by calling Note that pausing UI Updates doesn't stop the Hot Reload process. It only prevents the UI Update from running until UI Updates are resumed. +