Skip to content

Commit b4a5cfa

Browse files
committed
Fix: Prevent projectAlgorithm overwrite in Reflection Widget (#6172)
1 parent c270201 commit b4a5cfa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/widgets/reflection.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ class ReflectionMatrix {
312312
} else {
313313
this.activity.errorMsg(_(data.error), 3000);
314314
}
315-
316-
this.projectAlgorithm = data.algorithm;
317315
}
318316

319317
/**

0 commit comments

Comments
 (0)