Skip to content

Commit 54bed6a

Browse files
committed
Add cleanup
1 parent 720f2b8 commit 54bed6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/decorators/trackRemoval.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,6 @@ export default function (target) {
112112

113113
target.prototype.unbindRemovalTracker = function () {
114114
this.removalTracker.unbind()
115+
this.removalTracker = null
115116
}
116117
}

0 commit comments

Comments
 (0)