mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
fix: add chart render call to ensure pattern reappears after row selection
This commit is contained in:
parent
62b3f38f00
commit
0e2c703e77
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
leaderboardChart.update();
|
leaderboardChart.update();
|
||||||
|
leaderboardChart.render();
|
||||||
}
|
}
|
||||||
|
|
||||||
var tableBody = document.querySelector('table tbody');
|
var tableBody = document.querySelector('table tbody');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue