fix selectable click

This commit is contained in:
Yuri Kuznetsov
2024-07-17 12:22:06 +03:00
parent b2d31d0230
commit 38ad6def8c
+1 -1
View File
@@ -1991,7 +1991,7 @@ class ListRecordView extends View {
this.events['click .list a.link'] = (e) => {
e.preventDefault();
const id = $(e.target).attr('data-id');
const id = $(e.currentTarget).attr('data-id');
if (id) {
this.selectModel(id);