mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
add ctrl+click breakpoints
This commit is contained in:
@ -680,9 +680,10 @@ export class SlashCommandParser {
|
||||
}
|
||||
parseBreakPoint() {
|
||||
const bp = new SlashCommandBreakPoint();
|
||||
bp.start = this.index;
|
||||
bp.start = this.index + 1;
|
||||
this.take('/breakpoint'.length);
|
||||
bp.end = this.index;
|
||||
this.commandIndex.push(bp);
|
||||
return bp;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user