mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-10 16:07:15 +00:00
This needs to work even when localdocs and codeblocks are detected.
This commit is contained in:
parent
ce7333029f
commit
09ae04cee9
@ -367,8 +367,8 @@ void ResponseText::handleTextChanged()
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
m_isProcessingText = true;
|
m_isProcessingText = true;
|
||||||
handleContextLinks();
|
|
||||||
handleCodeBlocks();
|
handleCodeBlocks();
|
||||||
|
handleContextLinks();
|
||||||
// We insert an invisible char at the end to make sure the document goes back to the default
|
// We insert an invisible char at the end to make sure the document goes back to the default
|
||||||
// text format
|
// text format
|
||||||
QTextDocument* doc = m_textDocument->textDocument();
|
QTextDocument* doc = m_textDocument->textDocument();
|
||||||
|
Loading…
Reference in New Issue
Block a user