mjbvz / vscode-markdown-mermaid

Adds Mermaid diagram and flowchart support to VS Code's builtin markdown preview
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid
MIT License
657 stars 120 forks source link

Moving Markdown Preview Pane results in diagram rendering disappearing #207

Open QuintinWillison opened 1 year ago

QuintinWillison commented 1 year ago

My diagram was in a state of syntax error, hence the error condition displaying inline within the markdown preview pane.

I moved that pane by dragging its title bar. I moved it from being to the right of my markdown source code editing pane to below it.

The expected result was that I would still see the Mermaid error condition in its grey box in the markdown preview, but instead it disappears.

I presume some refresh event isn't being responded to, perhaps.