Closed
Description
Expected behaviour
I create a graph, and I should see a representation of it in the Mermaid Preview Pane
graph LR;
A --> B;
A --> C;
C --> D;
B --> D;
Actual behaviour
I see the graph twice in the Preview pane - one copy moves/zooms, one copy doesn't. They don't stay out of each other's way, meaning that it's sometimes hard to make out what the diagram actually looks like. I'm using Mermaid preview mode, default dark theme for VS code. The only thing is that I'm using WSL, so the file is actually being stored through the WSL Server onto the hard disk of my laptop.
Is there a way to turn the smaller copy off? I'm happy with seeing just one copy, auto-zoomed to fit the Preview window.
Metadata
Metadata
Assignees
Labels
No labels