This website works better with JavaScript
Home
Explore
Help
Sign In
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
prevent unwanted references (
#18564
)
aardgoose
4 years ago
parent
d65e354102
commit
0af5454b19
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
src/core/EventDispatcher.js
+ 2
- 0
src/core/EventDispatcher.js
View File
@@ -77,6 +77,8 @@ Object.assign( EventDispatcher.prototype, {
}
}
+ event.target = null;
+
}
}
}
}