Skip to content

Commit

Permalink
prevent unwanted references (#18564)
Browse files Browse the repository at this point in the history
  • Loading branch information
aardgoose committed Mar 27, 2021
1 parent d65e354 commit 0af5454
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/EventDispatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Object.assign( EventDispatcher.prototype, {

}

event.target = null;

}

}
Expand Down

0 comments on commit 0af5454

Please sign in to comment.