gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-mermaid-start-on-load-typo.yml
Stan Hu b1261ad942 Fix Mermaid drawings not loading on some browsers
As mentioned in https://github.com/knsv/mermaid/issues/291#issuecomment-287673609, the
parameter should be `startOnLoad` instead of `loadOnStart`. In addition, `mermaid.initialize()`
expects to see `startOnLoad` in the `mermaid` hash:

6cd5ffe637/src/mermaid.js (L118)

Closes #42052
2018-01-17 20:12:48 -08:00

5 lines
96 B
YAML

---
title: Fix Mermaid drawings not loading on some browsers
merge_request:
author:
type: fixed