We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a566301 commit 8654bddCopy full SHA for 8654bdd
src/editor.ts
@@ -128,15 +128,15 @@ export class DrawIODocumentWidget extends DocumentWidget<DrawIOWidget> {
128
public verticalTree(): void {
129
this.content.verticalTree();
130
}
131
-
+
132
public radialTree(): void {
133
this.content.radialTree();
134
135
136
public organic(): void {
137
this.content.organic();
138
139
140
public circle(): void {
141
this.content.circle();
142
0 commit comments