#317 [Bug] lost separators in prompt

pull/336/head
physton 2024-03-26 17:00:14 +08:00
parent 3ebc82c1cb
commit e1869b207a
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -985,7 +985,7 @@ export default {
let nextIsLyco = false let nextIsLyco = false
// //
if (index + 1 < length) { if (index + 1 < length) {
nextTag = tags[index + 1] nextTag = tags2[index + 1]
if (typeof nextTag['type'] === 'string' && nextTag.type === 'wrap') { if (typeof nextTag['type'] === 'string' && nextTag.type === 'wrap') {
nextIsWarp = true nextIsWarp = true
} else if (nextTag.value === 'BREAK') { } else if (nextTag.value === 'BREAK') {