mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(listView): ionic.extend not extend
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
if (!_this._lastDrag) {
|
||||
_this._lastDrag = {};
|
||||
}
|
||||
extend(_this._lastDrag, _this._currentDrag);
|
||||
ionic.extend(_this._lastDrag, _this._currentDrag);
|
||||
if (_this._currentDrag) {
|
||||
_this._currentDrag.buttons = null;
|
||||
_this._currentDrag.content = null;
|
||||
|
||||
Reference in New Issue
Block a user