mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix cutting off handled part in substitution
This commit is contained in:
@ -54,7 +54,7 @@ export class SlashCommandClosure {
|
||||
}
|
||||
break;
|
||||
} else {
|
||||
done = `${before}${replacer}`;
|
||||
done = `${done}${before}${replacer}`;
|
||||
remaining = after;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user