Skip to content

Commit

Permalink
fix(refresher): events manager must not be destroyed
Browse files Browse the repository at this point in the history
fixes #10652
  • Loading branch information
manucorporat committed Mar 5, 2017
1 parent c65bb4e commit 9308694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/refresher/refresher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ export class Refresher {
}

_setListeners(shouldListen: boolean) {
this._events.destroy();
this._events.unlistenAll();
this._pointerEvents = null;
if (shouldListen) {
this._pointerEvents = this._events.pointerEvents({
Expand Down

0 comments on commit 9308694

Please sign in to comment.