do not move the cursor to the end when applying a proposal
This commit is contained in:
@@ -161,7 +161,8 @@ public class PdbController implements HardcodedValues {
|
||||
for (final Proposal proposal : proposals) {
|
||||
final AutocompleteProposal e = new AutocompleteProposal();
|
||||
e.setValue(proposal.getProposedTag());
|
||||
e.setProposedQuery(proposal.getProposedQuery());
|
||||
e.setNewQuery(proposal.getNewQuery());
|
||||
e.setNewCaretPosition(proposal.getNewCaretPosition());
|
||||
|
||||
result.add(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user