diff --git a/src/widgets/helper/splitinput.cpp b/src/widgets/helper/splitinput.cpp index 06c4638ed..569cae2e0 100644 --- a/src/widgets/helper/splitinput.cpp +++ b/src/widgets/helper/splitinput.cpp @@ -75,7 +75,7 @@ void SplitInput::initLayout() this->emotePopup = std::make_unique(this->themeManager); this->emotePopup->linkClicked.connect([this](const messages::Link &link) { if (link.getType() == messages::Link::InsertText) { - this->insertText(link.getValue()); + this->insertText(link.getValue() + " "); } }); }