Fix unnecessary clears of split input selection (#4197)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -45,7 +45,9 @@ public:
|
||||
SplitInput(QWidget *parent, Split *_chatWidget,
|
||||
bool enableInlineReplying = true);
|
||||
|
||||
void clearSelection();
|
||||
bool hasSelection() const;
|
||||
void clearSelection() const;
|
||||
|
||||
bool isEditFirstWord() const;
|
||||
QString getInputText() const;
|
||||
void insertText(const QString &text);
|
||||
|
||||
Reference in New Issue
Block a user