Skip to content

Commit af2391a

Browse files
committed
Fix: Prevent projectAlgorithm overwrite in Reflection Widget (#6172)
1 parent 6459fba commit af2391a

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
@@ -315,8 +315,6 @@ class ReflectionMatrix {
315315
} else {
316316
this.activity.errorMsg(_(data.error), 3000);
317317
}
318-
319-
this.projectAlgorithm = data.algorithm;
320318
}
321319

322320
/**

0 commit comments

Comments
 (0)