Fix character note for the first character in the list
| @@ -327,7 +327,7 @@ export function setFloatingPrompt() { | ||
| 327 | 327 | shouldWIAddPrompt = shouldAddPrompt; |
| 328 | 328 | |
| 329 | 329 | let prompt = shouldAddPrompt ? $('#extension_floating_prompt').val() : ''; |
| 330 | 330 | if (shouldAddPrompt && extension_settings.note.chara && getContext().characterId !== undefined) { |
| 331 | 331 | const charaNote = extension_settings.note.chara.find((e) => e.name === getCharaFilename()); |
| 332 | 332 | |
| 333 | 333 | // Only replace with the chara note if the user checked the box |