mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-30 02:26:44 +02:00
fix: list view item shall propagate click event to parent
This commit is contained in:
parent
375167a8d3
commit
5b6cac9938
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user