Every time I change a pvp talent, the talent panel closes. This seems to be caused by EventManager.lua:57 calling LEMO:ApplyChanges() on the event PLAYER_SPECIALIZATION_CHANGED. I tried removing this locally and so far it's fine. It looks like this was added somewhat recently to fix some other issue, so I don't know if simply removing it is an option.
Every time I change a pvp talent, the talent panel closes. This seems to be caused by EventManager.lua:57 calling
LEMO:ApplyChanges()on the eventPLAYER_SPECIALIZATION_CHANGED. I tried removing this locally and so far it's fine. It looks like this was added somewhat recently to fix some other issue, so I don't know if simply removing it is an option.