Merge branch 'main' of git.arirex.me:iris/ai-app
This commit is contained in:
commit
359649bc73
26 files changed
+1361
-271
No files matched your search
@@ -224,7 +224,7 @@ private class LiveParse(
|
||||
val parse = parseMarkdown(tailText)
|
||||
val all = pieces(parse)
|
||||
val open = (parse as? State.Success)?.let { openPiece(it, all) }
|
||||
if (open == null || parse !is State.Success) {
|
||||
if (open == null) {
|
||||
return LiveParse(
|
||||
next,
|
||||
frozen,
|
||||
|
||||
Reference in new issue
Block a user