mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix example dialogue formatting with block header
This commit is contained in:
@ -400,7 +400,7 @@ export function formatInstructModeExamples(mesExamplesArray, name1, name2) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (blockHeading) {
|
if (blockHeading) {
|
||||||
formattedExamples.push(power_user.blockHeading);
|
formattedExamples.push(blockHeading);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const example of blockExamples) {
|
for (const example of blockExamples) {
|
||||||
|
Reference in New Issue
Block a user