This commit is contained in:
Yurii
2026-02-05 15:23:46 +02:00
parent ed7677a4d7
commit a694db623c
+1 -1
View File
@@ -659,7 +659,7 @@ class ListRecordView extends View {
},
/** @this ListRecordView */
'click [data-action="showMore"]': async function () {
await this.showMoreRecords();
this.showMoreRecords();
this.focusOnList();
},