mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
fix(item): listEle does not longer exist
This commit is contained in:
@ -103,7 +103,7 @@ export class ItemSlidingGesture extends DragGesture {
|
|||||||
|
|
||||||
unlisten() {
|
unlisten() {
|
||||||
super.unlisten();
|
super.unlisten();
|
||||||
this.listEle = null;
|
this.list = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user