From e271ce3abc130a9fb5544049a1ddea9440de34c8 Mon Sep 17 00:00:00 2001 From: dontry Date: Wed, 31 Jan 2024 00:08:07 +1100 Subject: [PATCH] Update RenderMode description in Store.ts --- src/store/Store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/Store.ts b/src/store/Store.ts index 5e5591fbf..d1a1b55e5 100644 --- a/src/store/Store.ts +++ b/src/store/Store.ts @@ -27,7 +27,7 @@ export interface Warning { /* * RenderMode - * Static: Render once and never update, also disable sticky participants and hide the footer + * Static: Compatible with Mermaid renderind which renders once and never update. It also disables sticky participants and hides the footer * Dynamic: Render once and update when code changes */ export const enum RenderMode {