Feat: ru words; make last clue more prominent
This commit is contained in:
@ -15,10 +15,13 @@
|
||||
{{end}}
|
||||
</div>
|
||||
<script>
|
||||
// Scroll to the bottom of the action history container
|
||||
const container = document.getElementById('actionHistoryContainer');
|
||||
if (container) {
|
||||
container.scrollTop = container.scrollHeight;
|
||||
if (!window.actionHistoryScrollSet) {
|
||||
htmx.onLoad(function(target) {
|
||||
if (target.id === 'actionHistoryContainer') {
|
||||
target.scrollTop = target.scrollHeight;
|
||||
}
|
||||
});
|
||||
window.actionHistoryScrollSet = true;
|
||||
}
|
||||
</script>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user