#317 [Bug] lost separators in prompt
parent
3ebc82c1cb
commit
e1869b207a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue