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