Don't look at this
| @@ -636,7 +636,7 @@ export async function askForPersonaSelection(title, text, personas, { okButton = | ||
| 636 | 636 | |
| 637 | 637 | const popup = new Popup(content, POPUP_TYPE.TEXT, '', { okButton: okButton, customButtons: customButtons }); |
| 638 | 638 | const result = await popup.show(); |
| 639 | 639 | return Number(result) >= 100 ? personas[Number(result) - 100] : null; |
| 640 | 640 | } |
| 641 | 641 | |
| 642 | 642 | export function autoSelectPersona(name) { |