mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Preact: Remove highlight when clicking DM header (#2449)
This commit is contained in:
parent
35be5515f9
commit
3dd9882a9f
|
|
@ -505,6 +505,7 @@ export class PSView extends preact.Component {
|
|||
}
|
||||
if (PS.room !== clickedRoom) {
|
||||
if (clickedRoom) PS.room = clickedRoom;
|
||||
PS.room.autoDismissNotifications();
|
||||
PS.closePopupsAbove(clickedRoom);
|
||||
PS.update();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user