Skip to content

Commit

Permalink
Disable draw a target line, because it does hard performance issues
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Nov 30, 2024
1 parent 11c334b commit 571d929
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,8 @@ export class BrewBrewingGraphComponent implements OnInit {
}

public drawTargetWeight(_targetWeight: number) {
/**We disabled this function right now, sadly it does performance-harm, you can't toggle buttons anymore in a performant way**/
return;
if (
this.brewComponent?.brewBrewingPreparationDeviceEl?.getPreparationDeviceType() ===
PreparationDeviceType.SANREMO_YOU ||
Expand Down

0 comments on commit 571d929

Please sign in to comment.