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 48d6856 commit e2d9614Copy full SHA for e2d9614
src/app/core/component/graph-display/graph-display.component.html
@@ -116,7 +116,7 @@ <h4 style="margin: 1em" *ngIf="showViewRelations">Pattern Language Relations</h4
116
(onNodePositionChange)="handleNodePositionChangedEvent($event)"
117
[ppGraphEventEmmiter]
118
classes=" highlighted-edge low-opacity-node low-opacity-edge"
119
- [mode]="configuration.features.editing ? 'layout' : 'display'"
+ mode="layout"
120
style="width: 100%; height: 100%"
121
zoom="both">
122
<svg #svg slot="graph" [class.left-sidenav-open]="!!patternContainer">
0 commit comments