Clickable char personas

7f9960fa7a7506824d27c3872bc929788dc5d6ab

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

1 files changed, +1 -1Ignore whitespace
public/scripts/personas.js+1 -1
@@ -589,7 +589,7 @@ export function updatePersonaConnectionsAvatarList() {
589 }).filter(entity => entity?.item !== undefined);589 }).filter(entity => entity?.item !== undefined);
590590
591 if (entities.length)591 if (entities.length)
592 buildAvatarList($('#persona_connections_list'), entities);592 buildAvatarList($('#persona_connections_list'), entities, { interactable: true });
593 else593 else
594 $('#persona_connections_list').text(t`[No character connections. Click one of the buttons above to connect this persona.]`);594 $('#persona_connections_list').text(t`[No character connections. Click one of the buttons above to connect this persona.]`);
595}595}