You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -149,7 +137,7 @@ export class ActivityDescriptionComponent implements OnInit {
149
137
this.YamlObject[allDimensionNames[i]][
150
138
subdimensionsInCurrentDimension[j]
151
139
][currentActivityName];
152
-
this.currentActivity=data;
140
+
this.currentActivity=JSON.parse(JSON.stringify(data));// Creates a deep copy of current activity to keep two seperate versions - with and without martkdown
0 commit comments