mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-09 08:30:13 +01:00
Fix example dialogue formatting with block header
This commit is contained in:
parent
b990eb523b
commit
6aa97c73e9
@ -400,7 +400,7 @@ export function formatInstructModeExamples(mesExamplesArray, name1, name2) {
|
||||
}
|
||||
|
||||
if (blockHeading) {
|
||||
formattedExamples.push(power_user.blockHeading);
|
||||
formattedExamples.push(blockHeading);
|
||||
}
|
||||
|
||||
for (const example of blockExamples) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user