Skip to content

Commit 440ca63

Browse files
committed
fix: detach fix
1 parent 9155526 commit 440ca63

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/gesturehandler/gestures_override.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export class GesturesObserver {
5858
}
5959

6060
public disconnect() {
61-
console.log('disconnect');
6261
this._detach();
6362

6463
if (this.target) {
@@ -80,8 +79,6 @@ export class GesturesObserver {
8079
}
8180
list.length = 0;
8281

83-
this.target._gestureObservers[this.type].disconnect();
84-
// this.target._gestureObservers[this.type] = undefined;
8582
delete this.target._gestureObservers[this.type];
8683
if (this.target._gestureHandlers && this.target._gestureHandlers[this.type]) {
8784
delete this.target._gestureHandlers[this.type];

0 commit comments

Comments
 (0)