Skip to content

Commit e2d9614

Browse files
authored
Add movable nodes in read only mode (#133)
Signed-off-by: Marvin Bechtold <[email protected]>
1 parent 48d6856 commit e2d9614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/component/graph-display/graph-display.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h4 style="margin: 1em" *ngIf="showViewRelations">Pattern Language Relations</h4
116116
(onNodePositionChange)="handleNodePositionChangedEvent($event)"
117117
[ppGraphEventEmmiter]
118118
classes=" highlighted-edge low-opacity-node low-opacity-edge"
119-
[mode]="configuration.features.editing ? 'layout' : 'display'"
119+
mode="layout"
120120
style="width: 100%; height: 100%"
121121
zoom="both">
122122
<svg #svg slot="graph" [class.left-sidenav-open]="!!patternContainer">

0 commit comments

Comments
 (0)