mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-01-26 19:29:56 +00:00
#259 No Commas Before BREAK
This commit is contained in:
@@ -943,6 +943,8 @@ export default {
|
|||||||
splitSymbol = ''
|
splitSymbol = ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else if (nextIsBreak) {
|
||||||
|
splitSymbol = ' '
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tag.value === 'BREAK') {
|
if (tag.value === 'BREAK') {
|
||||||
|
|||||||
Reference in New Issue
Block a user