Skip to content

Preview appears doubled on screen #103

Closed
@rhyswilkins

Description

@rhyswilkins

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;
Loading

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.

mermaid-preview-graph-doubled

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions