Skip to content

Commit

Permalink
Update RenderMode description in Store.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dontry committed Jan 30, 2024
1 parent 2590b12 commit e271ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/Store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e271ce3

Please sign in to comment.