This is unnecessary and was a mistake to include. (#2496)

Signed-off-by: Adam Treat <treat.adam@gmail.com>
fix-long-input-crash
AT 3 months ago committed by GitHub
parent 85fa4436f7
commit fefc1f19c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -899,8 +899,6 @@ void ChatViewTextProcessor::handleTextChanged()
QTextCursor cursor(doc);
QString invisibleCharacter = QString(QChar(0xFEFF));
cursor.insertText(invisibleCharacter, QTextCharFormat());
m_syntaxHighlighter->rehighlight();
m_isProcessingText = false;
}

Loading…
Cancel
Save