scroll to end of logs
This commit is contained in:
parent
1ca18ed5ec
commit
4b55156e21
2 changed files with 5 additions and 0 deletions
|
|
@ -12,4 +12,8 @@ export default class extends Controller {
|
|||
modeDayMobile.textContent = modeDayContent;
|
||||
modeDay.textContent = modeDayContent;
|
||||
}
|
||||
|
||||
connect() {
|
||||
window.location = "#end";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
<% end %>
|
||||
</div>
|
||||
<% end %>
|
||||
<div id="end"></>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue