forked from Shinonome/dots-hyprland
fix some undefined warnings
This commit is contained in:
@@ -329,7 +329,7 @@ Rectangle {
|
||||
segmentContent: thisBlock.content
|
||||
messageData: root.messageData
|
||||
done: root.messageData?.done ?? false
|
||||
forceDisableChunkSplitting: root.messageData.content.includes("```")
|
||||
forceDisableChunkSplitting: root.messageData?.content.includes("```") ?? true
|
||||
} }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user