Skip to content

Commit 4262e6f

Browse files
committed
fix: incorrect hover on baking info
1 parent 1bc8872 commit 4262e6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/web/utils/statusBar.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ class StatusBarPanel {
275275
bakingTime.textContent = this.timing.duration(this.tabNumGetter());
276276

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

0 commit comments

Comments
 (0)