Skip to content
Snippets Groups Projects
Commit 548063d3 authored by Malte E's avatar Malte E
Browse files

attempt to include preeditText in search string

parent 86a81307
No related branches found
No related tags found
No related merge requests found
Pipeline #2841 passed
......@@ -124,7 +124,7 @@ Rectangle {
completerTriggeredAt = pos;
completer.completerName = type;
popup.open();
completer.completer.setSearchString(messageInput.getText(completerTriggeredAt, cursorPosition));
completer.completer.setSearchString(messageInput.getText(completerTriggeredAt, cursorPosition)+messageInput.preeditText);
}
function positionCursorAtEnd() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment