mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-03 17:44:34 +00:00
Fix response generation which was broken by themeable syntax highlighting. (#2494)
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -966,7 +966,7 @@ Rectangle {
|
||||
textProcessor.codeColors.headerColor = theme.codeHeaderColor
|
||||
textProcessor.codeColors.backgroundColor = theme.codeBackgroundColor
|
||||
textProcessor.textDocument = textDocument
|
||||
myTextArea.text = value
|
||||
chatModel.forceUpdate(index); // called to trigger a reprocessing of the text
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
|
Reference in New Issue
Block a user