This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
samien
/
three.js
miroir de
https://github.com/mrdoob/three.js.git
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
prevent unwanted references (
#18564
)
aardgoose
il y a 5 ans
Parent
d65e354102
commit
0af5454b19
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
2
0
src/core/EventDispatcher.js
+ 2
- 0
src/core/EventDispatcher.js
Voir le fichier
@@ -77,6 +77,8 @@ Object.assign( EventDispatcher.prototype, {
}
+ event.target = null;
+
}
}