scroll to end of logs

This commit is contained in:
Christophe Robillard 2026-02-01 15:33:08 +01:00
parent 1ca18ed5ec
commit 4b55156e21
2 changed files with 5 additions and 0 deletions

View file

@ -12,4 +12,8 @@ export default class extends Controller {
modeDayMobile.textContent = modeDayContent;
modeDay.textContent = modeDayContent;
}
connect() {
window.location = "#end";
}
}

View file

@ -56,6 +56,7 @@
<% end %>
</div>
<% end %>
<div id="end"></>
</div>
</div>
</div>