From df6f1b50da3ec1c79069ef76a9d89cc2d277ea28 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Apr 2026 20:56:33 +0200 Subject: [PATCH] Update App.tsx to reseed editor viewport on Start Day and Start Time change --- src/app/App.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 8bc6ba55..fc4795da 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -11439,7 +11439,9 @@ export function App({ store, initialStatusMessage }: AppProps) {
- Default is 24 real minutes for one full 24-hour cycle. + Start Day and Start Time now immediately reseed the editor + viewport. Default is 24 real minutes for one full 24-hour + cycle.