Skip to content

Commit

Permalink
no need to reload multiboards, just redraw
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jan 24, 2024
1 parent 05a63c5 commit 7704dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/analyse/src/study/multiBoard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class MultiBoardCtrl {

setShowEval = (v: boolean) => {
this.showEval = v;
this.reload();
this.redraw();
};

onCloudEval = (d: EvalHitMulti) => {
Expand Down

0 comments on commit 7704dc4

Please sign in to comment.