preserve outer this with arrow function
This commit is contained in:
@@ -68,7 +68,7 @@ class CustomRoomTagStore extends EventEmitter {
|
||||
addListener(callback) {
|
||||
this.on("change", callback);
|
||||
return {
|
||||
remove() {
|
||||
remove: () => {
|
||||
this.removeListener("change", callback);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user