mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-09 22:38:22 +01:00
fix: list view item shall propagate click event to parent
This commit is contained in:
parent
297d471c1d
commit
6ac2429dba
@ -179,7 +179,7 @@ namespace OS {
|
|||||||
|
|
||||||
$(this.refs.item).on("click",(e) => {
|
$(this.refs.item).on("click",(e) => {
|
||||||
this._onclick({ id: this.aid, data: this, originalEvent: e });
|
this._onclick({ id: this.aid, data: this, originalEvent: e });
|
||||||
e.stopPropagation();
|
//e.stopPropagation();
|
||||||
});
|
});
|
||||||
|
|
||||||
$(this.refs.item).on(OS.mobile?"dbltap":"dblclick",(e) => {
|
$(this.refs.item).on(OS.mobile?"dbltap":"dblclick",(e) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user