HHH-13831 Refresh listeners when one is replaced
This commit is contained in:
parent
f7aba3ea17
commit
5c1cc35f98
|
@ -222,6 +222,7 @@ class EventListenerGroupImpl<T> implements EventListenerGroup<T> {
|
|||
checkAgainstBaseInterface( listener );
|
||||
performInjections( listener );
|
||||
itr.set( listener );
|
||||
listeners = null; //Marks it for refreshing
|
||||
doAdd = false;
|
||||
break strategy_loop;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue