| 1382 | | 1382 | |
| 1383 | // If the persona panel is open when the chat changes, this is likely because a character was selected from that panel. | 1383 | // If the persona panel is open when the chat changes, this is likely because a character was selected from that panel. |
| 1384 | // In that case, we are not automatically switching persona - but need to make changes if there is any chat-bound connection | 1384 | // In that case, we are not automatically switching persona - but need to make changes if there is any chat-bound connection |
| | 1385 | /* |
| 1385 | if (isPersonaPanelOpen()) { | 1386 | if (isPersonaPanelOpen()) { |
| 1386 | if (chatPersona) { | 1387 | if (chatPersona) { |
| 1387 | // If the chat-bound persona is the currently selected one, we can simply exit out | 1388 | // If the chat-bound persona is the currently selected one, we can simply exit out |