You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #770 - detrumi:mermaid-dark-theme-fix, r=jackh726
Detect dark theme for mermaid diagrams
Fixes#761 for the case where you've set your theme beforehand.
Changing the theme doesn't change the diagrams until you refresh, I tried adding an event listener to the theme switch but `mermaid.initialize()` doesn't update the diagrams when called twice.
0 commit comments