Skip to content

Commit

Permalink
Merge pull request #1541 from KevinSJ/fix/baking-time-info
Browse files Browse the repository at this point in the history
fix: incorrect hover on baking info
  • Loading branch information
a3957273 committed Feb 3, 2024
2 parents 856ba1c + 4262e6f commit a045c4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/web/utils/statusBar.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ class StatusBarPanel {
bakingTime.textContent = this.timing.duration(this.tabNumGetter());

const info = this.timing.printStages(this.tabNumGetter()).replace(/\n/g, "<br>");
bakingTimeInfo.setAttribute("title", info);
bakingTimeInfo.setAttribute("data-original-title", info);
} else {
bakingTimeInfo.style.display = "none";
Expand Down

0 comments on commit a045c4f

Please sign in to comment.