Duplicate spaces now count towards the display message length (#3002)
This commit is contained in:
@@ -639,9 +639,6 @@ void SplitInput::editTextChanged()
|
||||
this->textChanged.invoke(text);
|
||||
|
||||
text = text.trimmed();
|
||||
static QRegularExpression spaceRegex("\\s\\s+");
|
||||
text = text.replace(spaceRegex, " ");
|
||||
|
||||
text =
|
||||
app->commands->execCommand(text, this->split_->getChannel(), true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user