mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +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;
|
||||
|
||||
m_isProcessingText = true;
|
||||
handleContextLinks();
|
||||
handleCodeBlocks();
|
||||
handleContextLinks();
|
||||
// We insert an invisible char at the end to make sure the document goes back to the default
|
||||
// text format
|
||||
QTextDocument* doc = m_textDocument->textDocument();
|
||||
|
Loading…
Reference in New Issue
Block a user