Skip to content

Commit

Permalink
Fixed InputMethodRequest recursive call (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugen authored Jan 8, 2023
1 parent ef3896f commit 5f70d25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ private void initInputMethodHandling()
@Override public void cancelLatestCommittedText() {}

@Override public String getSelectedText() {
return getSelectedText();
return GenericStyledArea.this.getSelectedText();
}
});
}
Expand Down

0 comments on commit 5f70d25

Please sign in to comment.