fix: list view item shall propagate click event to parent

This commit is contained in:
DanyLE 2024-01-08 15:38:18 +01:00 committed by Dany LE
parent 297d471c1d
commit 6ac2429dba

View File

@ -179,7 +179,7 @@ namespace OS {
$(this.refs.item).on("click",(e) => {
this._onclick({ id: this.aid, data: this, originalEvent: e });
e.stopPropagation();
//e.stopPropagation();
});
$(this.refs.item).on(OS.mobile?"dbltap":"dblclick",(e) => {