Comment out persona preservation on character swap with personas open

6541dcbc66d650b9c9ebd36d70524af5cd8e295e

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -0Ignore whitespace
public/scripts/personas.js+2 -0
@@ -1382,6 +1382,7 @@ async function loadPersonaForCurrentChat({ doRender = false } = {}) {
13821382
13831383 // If the persona panel is open when the chat changes, this is likely because a character was selected from that panel.
13841384 // In that case, we are not automatically switching persona - but need to make changes if there is any chat-bound connection
1385+ /*
13851386 if (isPersonaPanelOpen()) {
13861387 if (chatPersona) {
13871388 // If the chat-bound persona is the currently selected one, we can simply exit out
@@ -1404,6 +1405,7 @@ async function loadPersonaForCurrentChat({ doRender = false } = {}) {
14041405 return false;
14051406 }
14061407 }
1408+ */
14071409
14081410 // Check if we have any persona connected to the current character
14091411 if (!chatPersona) {