From 34177d85526695074b031201e199833a95c471d3 Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Thu, 13 Apr 2023 22:01:57 +0200 Subject: [PATCH] minor: Allow copying the graphviz source from the view crategraph webview --- editors/code/src/commands.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/editors/code/src/commands.ts b/editors/code/src/commands.ts index 507a6260e1..5209fecc06 100644 --- a/editors/code/src/commands.ts +++ b/editors/code/src/commands.ts @@ -667,17 +667,22 @@ function crateGraph(ctx: CtxInit, full: boolean): Cmd {
`;